@charset "utf-8";
/* CSS Document */
.contact-box {
	background-color: #FFFFFF;
	opacity:0.95;
	text-align:center;
	display:inline-block;
	padding:10px;
	position: absolute;
	top: 50%;
	right:10%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 2px solid #444444;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-opera-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}
.contact-form-box {
	border-radius: 5px;
	background-color: #F4F4FF;
	border:1px solid #999;
	margin:10px 2px;
	padding:20px 0;
	line-height:1.6;
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#4cffffff', endColorstr='#4cffffff'); /* IE */
}
.contact-body h1 {
	color:#6D7BB3 !important;
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:1.4em !important;
	margin: 0 10px !important;
}
.contact-body h2 {
	color:#333333 !important;
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:1.0em !important;
	margin: 10px 0 5px 10px !important;
	text-align:left !important;
}
.contact-body h3 {
	color:#5C6CAB !important;
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:1.2em !important;
	margin: 0 10px !important;
}
.contact-body p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.95em;
	text-align:left;
	margin:0 0 10px 20px;
}
.contact-body label {
	font-size:0.9em;
	display: block;
	float: left;
	width: 26%;
	text-align: right;
	margin: 3px 15px 0 0;
	clear: left;
}
.fmverify {
	width:35%;
	vertical-align:top;
}
.contact-body a:link {
	color: #6D7BB3;
	font-size:1.0em;
	text-decoration:underline;
}
.contact-body a:visited {
	color: #6D7BB3;
}
.contact-body a:hover {
	color: #52619E;
}
.contact-body a:focus {
	color: #6D7BB3;
}
.contact-body a:active {
	color: #6D7BB3;
}
.app-form-box {
	display:inline-block;
	border-radius: 5px;
	background-color: #F5F5F5;
	border:1px solid #999;
	margin:10px 2px;
	padding:15px;
	line-height:1.6;
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#4cffffff', endColorstr='#4cffffff'); /* IE */
}
.app-form-box h2 {
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:1.0em !important;
	margin: 10px 0 5px 10px !important;
}
.app-form-box h3 {
	font-size:0.9em !important;
	color:#444444;
}
.app-form-box h4 {
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:1em !important;
	margin: 10px 0 5px 10px !important;
	color:#CC0000;
}

 @media only screen and (max-width: 920px) {
.contact-body h1 {
	font-size:2.0em;
}
.contact-body h2 {
	font-size:1.4em;
}
.contact-body p {
	font-size:1.2em;
}
}
@media only screen and (max-width: 870px) {
.contact-box {
	right:10%;
}
}
@media only screen and (max-width: 680px) {
.contact-body h1 {
	font-size:1.8em;
}
}
@media only screen and (max-width: 534px) {
.contact-body h1 {
	font-size:1.6em;
}
.contact-body h2 {
	font-size:1.3em;
}
.contact-body p {
	font-size:1.1em;
}
}
@media only screen and (max-width: 503px) {
.contact-body h1 {
	font-size:1.6em;
}
.contact-body h2 {
	font-size:1.2em;
}
.contact-body p {
	font-size:1.0em;
}
}
@media only screen and (max-width: 400px) {
.contact-box {
	position:absolute;
	margin:5px;
	opacity:1;
	display:block;
	padding:5px;
	top:50%;
	right:0;
	border: 1px solid #444444;
}
}
