label, input, textarea, select, form_text {
display:block;
}

input[type=hidden] {
   visibility: hidden;
   display: none;
}

form
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}

label
{
	margin-bottom: 5px;
	vertical-align: middle;
}

input, select, textarea, .submit
{
	margin: 0;
	padding: 0;
	width: 150px; 
	border: solid 1px #DEE7FF;
	background-color: #EFEFEF;
	margin-bottom: 8px;
	color: #285480;
}

#checkbox {
	width: 20px;
	background-color: #ffffff;
	border: none;
}

input:focus, textarea:focus {
	background-color: #EFF7FF;
}

#contact_form input, #contact_form select, #contact_form textarea
{
	margin: 0;
	padding: 0;
	width: 200px; 
	border: solid 1px #DEE7FF;
	background-color: #EFEFEF;
	margin-bottom: 8px;
	color: #285480;
}

textarea {
	height: 80px;
	font-size: 1.2em;
}

#submit, .submit, #contact_form #submit
{
	background-color: #EFEFEF;
	color: #285480;
	width: 50px;
	margin-bottom: 30px;
}

.error
{
	color: #0099FF;
	font-style:italic;
}


/* .authenticity_token {
visibility: hidden;   
} */

/* Application Form Styles
-------------------------------------------------------------------------------*/
#applicationForm{
	margin:20px 15px;
	behavior: url(stylesheets/iepngfix.htc);
}
#applicationForm .topCurve{
	width:414px;
	height:12px;
	margin:0 auto;
	overflow:hidden;
	background: url(../images/topCurveForm.png) top left no-repeat;	
}
#applicationForm .formContent{
	padding:0 15px;
	width:384px;
	background-color:#3488ad;
}
#applicationForm #contact_form input, #applicationForm #contact_form select, #applicationForm #contact_form textarea
{
	width: 380px; 
}
#applicationForm #contact_form #Newsletter {
	width: 20px;
	background-color:none;
	border: none;
}
#applicationForm #submit, #applicationForm .submit, #applicationForm #contact_form #submit
{
	background-color: #EFEFEF;
	color: #285480;
	width: 50px;
	margin-bottom: 30px;
}
#applicationForm .bottomCurve{
	width:414px;
	margin:0 auto;
	height:12px;
	background: url(../images/bottomCurveForm.png) top left no-repeat;
}
.scroll-pane6 {
	width: 450px;
	height: 500px;
	overflow: auto;
}


/* validation styles */

.panel {
	clear: both;
	display: none;
	border: 3px solid #CCC;
	padding: 1em;
}
.panel.active-tab-body {
	display: block;
}
#tabs {
	list-style: none;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #F2F2F2;
	text-decoration: none;
	color: #999999;
}

#tabs a.active-tab {
	background-color: #CCC;
	border-top: 3px solid #999;
	padding-top: 3px;
	color: #000;
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #0066FF;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 2px 5px;
	background-color:#99CC00;
	color : #FFF;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}