/*---------------- Form Styles ----------------*/
div#formWrap {
	background-color: #1c436f; 
	border-top: 1px solid #24568e;
	border-bottom: 1px solid #122b47;
	padding: 0 0 10px 0;
	margin: 20px auto 0 auto;
	width: 480px;
}
	
form#formContact {
	width: 450px;
	margin: 0 auto;
}

fieldset {
	background: #24568e;
	border: none;
	margin: 16px 0;
	padding: 10px 5px;
	border-bottom: 1px solid #163455;
}

legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; /* 16x1=16px */
	font-weight: bold;
	color: #5b80aa;
	line-height: 1.4;
	background-color: #24568e;
	padding: 4px 12px;
	margin-left: 8px;
}

#formWrap p, #formWrap span.top {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 0.75em; /* 16x0.75=12px */	
	line-height: 1.2;
	margin: 12px 10px;
	font-weight: bold;
}
	#formWrap p#formIntro {
		line-height: 18px;
		font-weight: normal;
	}
	#formWrap p.close {
		border-bottom: 1px solid #5b80aa;
	}
	#formWrap span.top {
		display: block;
		border-bottom: 1px solid #5b80aa;
		width: 420px;
	}
	

form label {
	font-size: 11px; /* 16x0.689=11px */
	line-height: 2.091em; /* 11x2.091=23px; */
	float: left;
	width: 170px;
	text-align: right;
	padding: 0 5px;
}
	form label.verify {
		width: 100px;
	}
	form label.check {
		font-family: Arial, Helvetica, sans-serif;
		color: #fff;
		font-weight: normal;
		width: auto;
		float: none;
		padding: 0 10px 2px 2px;
	}

input.checkbox {
	border: none;
	padding: 2px 0;
}

input.formtext, textarea {
	border: 1px solid #444;
	width: 220px;
	font-size: 12px;
	padding: 3px;
	background: #ccc url(images/formbg.jpg) repeat-x top left;

	font-family: Arial, Helvetica, sans-serif;
}
	input.formtext:focus, textarea:focus {
		background: #fff url(images/formbg-focus.jpg) repeat-x top left;
		border: 1px solid #000;
	}
	input.formtext:hover, textarea:hover {
		border: 1px solid #c00;
	}
	
form input#submit {
	border: 1px solid #000;
	font-size: 12px;
	padding: 0 10px;
	margin-left: 160px;
	margin-top: 10px;
}
	form input#submit:hover {
		background-color: #fff;
	}

.recaptchatable label {
	float: none;
}

/* .recaptchatable #recaptcha_response_field {
	position: static !important;
} */

div.verify {
	margin: 10px;
	padding: 10px 0;
/*	border-bottom: 1px solid #5b80aa; */
}