#formtab {
	position: fixed;
	right: 0;
	top:0;
	height: 250px;
	margin-right: -3px;
	margin-top: 60px;
	padding-left:0;
	z-index: 4000;
}

#formtab-form {
	float: right;
	width: 220px;
	height: auto;
	z-index: 4000;
	padding-right: 5px;
	padding-left: 10px;
	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);
	z-index: 4000;
}

#formtab-tab {
	float: right;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	text-align: center;
	width: 150px;
	height: 42px;
	/*background-color: rgba(0,0,0,0.5);*/
	background-color: #66C5B2;
	margin-top: 60px;
	margin-right: -56px;
	padding-top:8px;
	-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);
	z-index: 4000;
}

#formtab-tab:hover {
	background-color: #ccc;
}

#formtab-form textarea {
	resize: none;
}

@media (max-width: 639px) {
	#formtab {
		display:none;
	}
}