@charset "utf-8";
/* CSS Document */

/* ID's */
#hireForm { width: 629px; background-color: #fff; color: #666; padding: 10px; position: relative; z-index: 991; float: left; }
#hireForm fieldset { border-style: solid none none; border-color: #CCC; text-align: left; }
#hireForm legend { font-size: 13px; font-weight: bold; }
#hireForm label { text-align: left; color: #054a91; font-weight: bold; font-size: 11px; display: block; float: left; width: 125px; padding-top: 2px; }
	#hireForm label span { color: #FF0000; }
#hireForm input[type=text] { font-size: 11px; color: #333; padding: 2px; width: 150px; margin-bottom: 5px; float: left; border: 1px solid #054a91; }
	#hireForm input[type=text]:hover { background-color: #CCC; color: #333; border: 1px solid #054a91; padding: 2px; width: 150px; }
	#hireForm input[type=text]:focus { background-color: #f1f1f1; color: #054a91; }
#hireForm input[type=submit], #hireForm input[type=reset] { margin-top: 7px; background: transparent url(/images/btn-forms.png) 0 3px no-repeat; border: 0; width: 116px; height: 29px; color: #fff; font-weight: bold; font-size: 12px; margin-right: 5px; cursor: pointer; }
	#hireForm input[type=submit]:hover, #hireForm input[type=reset]:hover { background-position: -116px 3px; }
#emailSubmitted { padding-top: 5px; margin-left: 45px; margin-top: 3px; color: #8f9606; width: 643px; position: absolute; z-index: 993; text-align: left !important; }
	#emailSubmitted span { padding: 10px; }
#emailError { width: 643px; margin-left: 45px; padding-top: 5px; margin-top: 3px; color: #8f9606; position: absolute; z-index: 992; height: 5px; float: left; text-align: left !important; }
#emailError span { text-align: left !important; padding: 10px; }

/* Classes */
.formBox { float: left; width: 290px; }
.errorBox { background-color: #fff; }
.hide { display: none; }
.closed { height: 0px; }
.open { height: 179px; display: block; background: #fff; border: 1px solid #8f9606; }
.errorHdr { margin: 0; color: #CC0000; padding: 0; padding: 10px; }