#form_container
{

	border:1px solid #fff;
	margin:0 auto;
	text-align:left;
	
}

form.appnitro
{
	margin:0;
	padding:0;
}

/**** Logo Section  *****/




/**** Form Section ****/
.appnitro
{
	font-family: Verdana,Tahoma, Arial, Verdana, sans-serif;
	font-size:small;
}

.appnitro li
{
	width:60%;
}

form ul
{
	font-size:100%;
	list-style-type:none;
	margin:0;
	padding:0;
	width:90%;
}

form li
{
	display:block;
	margin:0;
	padding:4px 5px 2px 9px;
	position:relative;
}

form li:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

.buttons:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

.buttons
{
	clear:both;
	display:block;
	margin-top:10px;
}

* html form li
{
	height:1%;
}

* html .buttons
{
	height:1%;
}

* html form li div
{
	display:inline-block;
}

form li div
{
	color:#444;
	margin:0 4px 0 0;
	padding:0 0 8px;
}

form li span
{
	color:#444;
	float:left;
	margin:0 4px 0 0;
	padding:0 0 8px;
}

form li div.left
{
	display:inline;
	float:left;
	width:40%;
}

form li div.right
{
	display:inline;
	float:right;
	width:40%;
}

form li div.left .medium
{
	width:80%;
}

form li div.right .medium
{
	width:80%;
}

.clear
{
	clear:both;
}

form li div label
{
	clear:both;
	color:#444;
	display:block;
	font-size:9px;
	line-height:9px;
	margin:0;
	padding-top:3px;
}

form li span label
{
	clear:both;
	color:#444;
	display:block;
	font-size:9px;
	line-height:9px;
	margin:0;
	padding-top:3px;
}

form li .datepicker
{
	cursor:pointer !important;
	float:left;
	height:16px;
	margin:.1em 5px 0 0;
	padding:0;
	width:16px;
}

.form_description
{
	border-bottom:1px dotted #ccc;
	clear:both;
	display:inline-block;
	margin:0 0 1em;
}

.form_description[class]
{
	display:block;
}

.form_description h2
{
	clear:left;
	font-size:160%;
	font-weight:400;
	margin:0 0 3px;
}

.form_description p
{
	font-size:95%;
	line-height:130%;
	margin:0 0 12px;
}

form hr
{
	display:none;
}

form li.section_break
{
	border-top:1px dotted #ccc;
	margin-top:9px;
	padding-bottom:0;
	padding-left:9px;
	padding-top:13px;
	width:97% !important;
}

form ul li.first
{
	border-top:none !important;
	margin-top:0 !important;
	padding-top:0 !important;
}



form .section_break p
{
	font-size:85%;

	margin:0 0 10px;
}

/**** Buttons ****/
.buttons #submit_application
{
	width:180px;
   	height:43px;
	background-image:url(../images/submit.gif);
	background-repeat:no-repeat;
	border:0px;
	cursor: pointer;
	outline:none;
	margin-left:65px;
}

.buttons #submit_application:hover
{
	background-position: bottom left;
	cursor: pointer;
	outline:none;
}


/**** Inputs and Labels ****/
label.description
{
	border:none;
	color:#222;
	display:block;
	font-size:80%;
	font-weight:700;
	line-height:150%;
	padding:0 0 1px;
}

span.symbol
{
	font-size:115%;
	line-height:130%;
}

input.text
{
	background:#fff url(../images/shadow.gif) repeat-x top;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color:#333;
	font-size:100%;
	margin:0;
	padding:2px 0;
}

input.file
{
	color:#333;
	font-size:100%;
	margin:0;
	padding:2px 0;
}

textarea
{
	background:#fff url(../images/shadow.gif) repeat-x top;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color:#333;
	font-family:Verdana, Tahoma, Arial, sans-serif;
	font-size:100%;
	margin:0;
}

select
{
	color:#333;
	font-family:Verdana, Tahoma, Arial, sans-serif;
	font-size:12px;
	margin:1px 0;
	padding:1px 0 0;
	background:#fff url(../images/shadow.gif) repeat-x top;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
}


input.currency
{
	text-align:right;
}

input.checkbox
{
	display:block;
	height:13px;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
}

input.radio
{
	display:block;
	height:13px;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
}

label.choice
{
	color:#444;
	display:block;
	font-size:100%;
	line-height:1.4em;
	margin:-1.55em 0 0 25px;
	padding:4px 0 5px;
	width:90%;
}

select.select[class]
{
	margin:0;
	padding:1px 0;
}

*:first-child+html select.select[class]
{
	margin:1px 0;
}

.safari select.select
{
	font-size:120% !important;
	margin-bottom:1px;
}

input.small
{
	width:25%;
}

select.small
{
	width:50px;
}

input.medium
{
 width:143px;
}

select.medium
{
	width:143px;
}

input.large
{
	width:300px;
}

select.large
{
	width:300px;
}

textarea.small
{
	height:5.5em;
}

textarea.medium
{
	height:5em;
	width:300px;
}

textarea.large
{
	height:10em;
	width:300px;
}



/**** Guidelines and Error Highlight ****/
form li.highlighted
{
	background-color:#E4F2FF;
	border:1px solid #A1CFF9;
}

form .guidelines
{
	background:#f5f5f5;
	border:1px solid #e6e6e6;
	color:#444;
	font-size:80%;
	left:100%;
	line-height:130%;
	margin:0 0 0 8px;
	padding:8px 10px 9px;
	position:absolute;
	top:0;
	visibility:hidden;
	width:42%;
	z-index:1000;
}

form .guidelines small
{
	font-size:105%;
}

form li.highlighted .guidelines
{
	visibility:visible;
}

form li:hover .guidelines
{
	visibility:visible;
}

.no_guidelines .guidelines
{
	display:none !important;
}

.no_guidelines form li
{
	width:97%;
}

.no_guidelines li.section
{
	padding-left:9px;
}


/* ERRORS AND SUCCESS MESSAGES */
span.error_msg{
font:10px Verdana, Arial, Helvetica, sans-serif;
color:#FF0000;
padding:0px;
margin:0px;
}


.errorpg div#header { padding: 12px 0; border-bottom: 1px solid #999; }
.errorpg div#main { text-align: left; padding-left: 50px; padding-bottom: 30px; width: 300px; voice-family: "\"}\""; voice-family: inherit; width: 300px; }
html>body .errorpg div#main { width: 300px; }
.errorpg div#main h1 { border: 0; margin: 15px 0 0; padding: 0; }
.errorpg .error404 ul { float: left; width: 165px; margin: 0 0 0 30px; padding: 0 0 0 15px; }
.error { 
font-size: 11px; 
font-weight: bold; 
color: #FF0000; 
background: transparent; 
line-height: normal;
padding-bottom:5px;
}
.warning { margin: 2px 0; background: url(../images/icon_warning_16x16.gif) 0 0 no-repeat; padding: 2px 0 2px 20px; font-size: 92%; color: #900; }
.errorbox { width: 500px; margin: 0 0 0 0; padding: 10px 15px 0 10px; text-align: center; font-weight: bold; }
.errorbox div { background: #FFAEAE url(../images/bg_trans_bot_775x11.gif) bottom left no-repeat; color: #AB0000; width: 500px; min-height: 32px; }
.errorbox div p { background: url(../images/bg_trans_top_775x11.gif) 0 0 no-repeat; margin: 0; padding: 9px 15px 9px 37px; text-align: left; }
.errorbox div img { float: left; width: 26px; margin: 6px 8px 3px 6px; }
.errorbox div#hdrsuccess { background-color: #B0E57C; color: #060; }
.errorbox div#hdrinfo { background-color: #FFEC94; color: #960; }
.errorbox div#hdrinfo .detail { color: #000; font-size: 92%; font-weight: normal; }
.clearfix { display: inline-block; }
/* ie5mac backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* end ie5mac backslash hack */



/* Re-Captcha */
.recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#fff !important; /*reCaptcha widget background color*/
 }
 
 #recaptcha_table {
   border-color: #fff !important; /*reCaptcha widget border color*/
 }
 #recaptcha_response_field {
   color: #ccc;
   background:#fff url(../images/shadow.gif) repeat-x top;
	border:1px solid #fff; !important; /*Text input field border color*/
   }
  #recaptcha_logo{
  display:none;
 }
 #recaptcha_tagline{
  display:none;
 }
 #recaptcha_image{
 background:#FFF;
 }
#recaptcha_whatsthis
{
 display:none;
}
