@charset "utf-8";

/*

border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;

*/

/*  FIELDS  ============================================================================= */

.form-row {
	width: 100%;
	display: inline-block;
	padding-bottom: 10px;
}
/*a {
	font-family: 'montserratregular', sans-serif;
	color: white;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}*/
input {
	width: 100%;
	padding: 8px;
	border: 1px solid #ddd;
	color: #000;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 0px;
	margin-bottom: 10px;
}
textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ddd;
	color: #000;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 0px;
	height: 100px;
	margin-bottom: 5px;
}
select {
	width: 100%;
	padding: 8px;
	border: 1px solid #ddd;
	color: #000;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 0px;
}
input.checkbox {
	padding: 0; 
	border: 0;
	margin: 0 5px 0 0;
	width: 13px;
	height: 13px;
	display: inline-block;
	background-color: #fff;
	margin-bottom: 8px;
}
input.radio {
	padding: 0; 
	border: 0;
	margin: 0 5px 0 0;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-bottom: 8px;
}
input.fileUpload {
	width: 100%;
	padding: 10px 8px;
	border: 1px solid #ddd;
	color: #000;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 0px;
}

/*  FOCUS & HOVER  ============================================================================= */
input:focus,
textarea:focus,
select:focus {
	width: 100%;
	padding: 8px;
	border: 1px solid #ddd;
	color: #000;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 0px;
	outline-style: none;
}
input.fileUpload:focus {
	width: 100%;
	padding: 10px 8px;
	border: 1px solid #ddd;
	color: #000;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 0px;
}
input.radio:focus,
input.checkbox:focus {
	background: none; 
	border: 0;
	outline-style: none;
}
input.button,
input.button:focus {
	margin: 0;
	padding: 15px;
	border: 0px;
	font-size: 16px;
	color: #fff;
	outline-style: none;
	transition: all 0.3s ease;
	font-family:'montserratregular', sans-serif;
	color: white;
	text-transform: uppercase;
	width: 200px; 
	background: #333;
}
input.button:hover {
	margin: 0;
	padding: 15px;
	border: 0px;
	font-size: 16px;
	color: #fff;
	outline-style: none;
	background-color:#6c91ac;
	transition: all 0.3s ease;
}

/*  SIZE  ============================================================================= */

.formcontainer {
	width: 100%;
}

/*  CAPTCHA  ============================================================================= */

.CaptchaPanel {
	margin:0 0 0 0 !important;
	padding:0 0 0 0 !important;
	text-align: center;
	line-height:normal !important;
	
	color:#fff; 
	font-family: arial, sans-serif;
}

.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;
	color:#fff !important;
	font-family: arial, sans-serif !important;
}

.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 {color:#fff; font-family: arial, sans-serif;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} .form-row {
	width: 100%;
	display: inline-block;
	padding-bottom: 10px;
}


/*  FORM STLES 2  ============================================================================= */
/*a {
	font-family: 'montserratregular', sans-serif;
	color: white;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}*/
input {
	width: 100%;
	padding: 8px;
	border: 1px solid #ddd;
	color: #000;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 0px;
	margin-bottom: 10px;
}
textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ddd;
	color: #000;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 0px;
	height: 100px;
	margin-bottom: 5px;
}
select {
	width: 100%;
	padding: 8px;
	border: 1px solid #ddd;
	color: #000;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 0px;
}
input.checkbox {
	padding: 0; 
	border: 0;
	margin: 0 5px 0 0;
	width: 13px;
	height: 13px;
	display: inline-block;
	background-color: #fff;
	margin-bottom: 8px;
}
input.radio {
	padding: 0; 
	border: 0;
	margin: 0 5px 0 0;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-bottom: 8px;
}
input.fileUpload {
	width: 100%;
	padding: 10px 8px;
	border: 1px solid #ddd;
	color: #000;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 0px;
}

/*  FOCUS & HOVER  ============================================================================= */
input:focus,
textarea:focus,
select:focus {
	width: 100%;
	padding: 8px;
	border: 1px solid #ddd;
	color: #000;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 0px;
	outline-style: none;
}
input.fileUpload:focus {
	width: 100%;
	padding: 10px 8px;
	border: 1px solid #ddd;
	color: #000;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 0px;
}
input.radio:focus,
input.checkbox:focus {
	background: none; 
	border: 0;
	outline-style: none;
}
input.button,
input.button:focus {
	margin: 0;
	padding: 15px;
	border: 0px;
	font-size: 16px;
	color: #fff;
	outline-style: none;
	transition: all 0.3s ease;
	font-family:'montserratregular', sans-serif;
	color: white;
	text-transform: uppercase;
	width: 200px; 
	background: #333;
}
input.button:hover {
	margin: 0;
	padding: 15px;
	border: 0px;
	font-size: 16px;
	color: #fff;
	outline-style: none;
	background-color:#384a57;
	transition: all 0.3s ease;
}