@charset "utf-8";



/*  CONTACT PAGE STYLES  ============================================================================= */
.contactFormSections input {
	width: 100%;
	padding:6px 5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: 1px solid #dedede;
	color:#000;
	font-size:12px;
	box-sizing: border-box;
	background-color: #F1F2F5;
}

.contactFormSections textarea {
	width: 100%;
	padding:6px 5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: 1px solid #dedede;
	color:#000;
	font-size:12px;
	box-sizing: border-box;
	background-color: #F1F2F5;
	height: 180px;
}


.contactFormSections select {
	width: 100%;
	padding:6px 5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: 1px solid #dedede;
	color:#000;
	font-size:12px;
	box-sizing: border-box;
	background-color: #F1F2F5;
}





.contactFormSections input.button,
.contactFormSections input.button:focus {
	background-color: #272F38;
	margin:0;
	padding:11px 0;
	border: none;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	color:#fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
	width: 60%;
}

.contactFormSections input.button:hover {
	background:#000;
	color:#00549A;
	text-shadow:none;
	border: none;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;	
}





/*  GENERAL STYLES  ============================================================================= */
input {
	width: 100%;
	padding:6px 5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #000;
	color:#000;
	font-size:12px;
	box-sizing: border-box;
	background-color: #F1F2F5;
}

textarea {
	width: 100%;
	padding:6px 5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #000;
	color:#000;
	font-size:12px;
	box-sizing: border-box;
}

select {
	width: 100%;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #8e8d8d;
	color:#000;
	vertical-align:middle;
	font-size:12px;
	line-height:normal;
	padding:5px;
	box-sizing: border-box;
}

input.checkbox {
	padding:0; 
	border:0;
	margin:0 5px 0 0;
	width:13px;
	height:13px;
	display:inline;
	background-color:#fff;
}

input.radio {
	padding:0; 
	border:0;
	margin:0 5px 0 0;
	width:15px;
	height:15px;
	display:inline;
}


/*  FOCUS & HOVER  ============================================================================= */
input:focus,
textarea:focus,
select:focus {
	background:#8e8d8d; 
	color:#FFF;
	border:1px solid #16598d;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	outline-style:none;
}

input.radio:focus,
input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
}

input.button,
input.button:focus {
	margin:0;
	padding:7px 0;
	border:2px #fff solid;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	color:#fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
}

input.button:hover {
	background:#FBD323;
	color:#00549A;
	text-shadow:none;
	border:2px #00549A solid;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;	
}


/*  CAPTCHA  ============================================================================= */
.CaptchaPanel {
	margin:0 0 0 0 !important;
	padding:0 0 0 0 !important;
	text-align: center;
	line-height:normal !important;
}

.CaptchaImagePanel {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.CaptchaMessagePanel {
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
	font-weight:normal !important;
	font-size:12px;
	line-height:14px;
}

.CaptchaAnswerPanel {
	margin:0 0 0 0;
	padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:10px 0 10px 0;
	padding:8px 0 8px 0 !important;
}
.CaptchaWhatsThisPanel a {color:#FFF;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 