@charset "utf-8";

/*

border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;

*/


/*  GENERAL  ============================================================================= */
.form-row {
	width: 100%;
	height: auto;
	display: inline-block;
	box-sizing: border-box;
	float: left;
	margin: 0px 0px 20px 0px;
}
	.form-row strong.formTitle {
		display: inline-block;
		width: 100%;
		font-size: 16px;
		color: #666;
	}
	
.form-notification {
	width: 100%;
	height: auto;
	display: inline-block;
	box-sizing: border-box;
	float: left;
	margin: 0px 0px 50px 0px;
	padding: 10px;
	background: #ececec;
	color: #666;
	border: 1px solid #c1c1c1;
	font-family: 'montserratlight';
	font-size: 12px;
}



/*  FIELDS  ============================================================================= */
input {
	width: 100%;
	padding: 8px;
	border: 1px solid #ddd;
	color: #000;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 0px;
}

textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ddd;
	color: #000;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 0px;
	height: 250px;
}


/*  FOCUS & HOVER  ============================================================================= */
input:focus,
textarea: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[type='submit'], button[type='submit'], .btn, .button {
    width: 100%;
    padding: 15px 15px !important;
    float: left;
    background: #000;
    font-size: 14px !important;
    font-family: montserratbold;
    display: inline-block;
    color: #fff!important;
	border: 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: pointer;
}


input[type='submit']:hover {
	background: #000;
	color: #fff !important;
}





/*input.button,
input.button:focus {
	margin: 0;
	padding: 15px;
	border: 0px;
	font-size: 14px;
	color: #fff;
	outline-style: none;
	transition: all 0.3s ease;
	background: #5a5a5a;
}

input.button:hover {
	margin: 0;
	padding: 15px;
	border: 0px;
	font-size: 14px;
	color: #fff;
	outline-style: none;
	background: #000;
	transition: all 0.3s ease;
}
*/

/*  CAPTCHA  ============================================================================= */
.CaptchaPanel {
	margin:20px 0 20px 0 !important;
	padding:0 0 0 0 !important;
	text-align: center;
	line-height:normal !important;
	font-family: 'montserratlight';
	font-size: 12px;
}

.CaptchaImagePanel {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: 'montserratlight';
	font-size: 12px;
}

.CaptchaMessagePanel {
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
	font-weight:normal !important;
	line-height:14px;
	font-family: 'montserratlight';
	font-size: 12px;
}

.CaptchaAnswerPanel {
	margin:0 0 0 0;
	padding:2px 0px 2px 0px !important;
	font-family: 'montserratlight';
	font-size: 12px;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:8px 0 8px 0 !important;
	font-family: 'montserratlight';
	font-size: 12px;
}
.CaptchaWhatsThisPanel a {
	color:#000;
	font-family: 'montserratlight';
	font-size: 12px;
}
.CaptchaWhatsThisPanel a:hover {
	text-decoration:none;
	font-family: 'montserratlight';
	font-size: 12px;
} 