@charset "utf-8";

/*  FIELDS  ============================================================================= */
form.form_Home input {
	width: 100%;
	padding:6px 5px;
	border-radius: 0px;
	color:#000;
	font-size:12px;
	box-sizing: border-box;
	background: #ececec;
}

form.form_Home textarea {
	width: 100%;
	padding:6px 5px;
	border-radius: 0px;
	color:#000;
	font-size:12px;
	box-sizing: border-box;
	height: 175px;
	background: #ececec;
}



/*  FOCUS & HOVER  ============================================================================= */
form.form_Home input:focus,
form.form_Home textarea:focus {
	outline-style:none;
	width: 100%;
	padding:6px 5px;
	border-radius: 0px;
	color:#000;
	font-size:12px;
	box-sizing: border-box;
	background: #eee;
}

form.form_Home input.button,
form.form_Home input.button:focus {
	background: #ffd741;
	margin:0;
	padding:7px 0;
	border-radius: 0px;
	font-size:14px;
	border: 0px;
	font-family: 'LatoWebBold';
	color: #000;
}

form.form_Home input.button:hover {
	background: #fdce1d;
	margin:0;
	padding:7px 0;
	border-radius: 0px;
	font-size:14px;
	border: 0px;
	font-family: 'LatoWebBold';
	color: #000;
}

/*  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;
	line-height:14px;
	font-size: 16px;
	line-height: 135%;
	font-family: 'LatoWebBold';
	color: #fff;
}

.CaptchaAnswerPanel {
	margin:0 0 0 0;
	padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:8px 0 8px 0 !important;
}
.CaptchaWhatsThisPanel a {
    font-size: 16px;
    line-height: 135%;
    font-family: 'LatoWebBold';
    color: #fff;
}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 