#feedback {
	position: fixed;
	float:right;
	right: 0;
	bottom: 120px;
	top: 120;
	height: 420px;
	margin-right: -3px;
	margin-bottom: -3px;
	z-index: 9998;
}

#feedback-form {
	float: right;
	width: 450px;
	height: 100%;
	z-index: 9999;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #fff;
	background-clip: 'padding-box';
	border: 1px solid rgba(0,0,0,.2);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	
}

#feedback-tab {
	float: left;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	text-align: center;
	width: 120px;
	height: 42px;
	background-color: rgba(0,0,0,0.5);
	margin-top: 60px;
	margin-right: -40px;
	padding-top: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	
}

#feedback-tab:hover {
	background-color: rgba(0,0,0,0.4);
}

#feedback-form textarea {
	resize: none;
}

@media (max-width: 640px) {
#feedback {
	display: none;
}
  }
