#mypopoutform {
	position: fixed;
	width: 350px;
	z-index:9;
}
#thepopoutform {
	padding:5px;
	min-height:300px;
}
#thepopoutform p {
	margin:0 !important;
}
#thepopoutform input[type="text"], #thepopoutform input[type="email"], #thepopoutform select, #thepopoutform textarea, #thepopoutform input[type="tel"] {
	padding:4px !important;
	font-size:13px !important;
}
#thepopoutform input[type="submit"] {
	padding:0.59em 1.625em !important;
	 line-height: 1.12em !important;
}
#mypopoutform.left {
	top:20%;
	left:0;
}
.left #thepopouttab {
	position: absolute;
	right:-77px;
	top:70px;
	cursor: pointer;
	font-size:14px;
	padding:10px;
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Safari */
    transform: rotate(-90deg);
    font-family: 'Arial', sans-serif;
}
#mypopoutform.right {
	top:20%;
	right:0;
}
.right #thepopouttab {
	position: absolute;
	left:-77px;
	top:70px;
	cursor: pointer;
	font-size:14px;
	padding:10px;
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);
    font-family: 'Arial', sans-serif;
}
#mypopoutform.top {
	left:5%;
}
.top #thepopouttab {
	position: absolute;
	bottom:-42px;
	cursor: pointer;
	font-size:14px;
	padding:10px;
    font-family: 'Arial', sans-serif;
}
#mypopoutform.bottom {
	right:5%;
	bottom:0;
}
.bottom #thepopouttab {
	position: absolute;
	top:-42px;
	right:0;
	cursor: pointer;
	font-size:14px;
	padding:10px;
    font-family: 'Arial', sans-serif;
}