.form_heading {
	float:inherit;
	width:100%;
	font-size:18px;
	font-weight:bold;
	color:#da3047;
	margin-bottom:10px;
	text-align: center;
}
.form .form_field{
	position:relative;
	}
.form .captchaImage{
	top:22px;
	}
.form_heading5 {
	float:inherit;
	width:81%;
	font-size:12px;
	font-weight:bold;
	color:#0000FF;
	margin-bottom:10px;
}
.form {
	width:100%;
	padding:0px 0px 0px 0px;
	margin-bottom:5px;
}
.form p{
	margin-bottom:0;
	font-size: 16px;
	}
.field {
	float:left;
	font-family:"Trebuchet MS", sans-serif;
	font-size:12px;
	color:#666;
	width:80%;
}
.form_field {
	float:left;
	width:100%;
	font-size:12px;
	padding:9px 14px;
	margin:0px 10px 10px 0px;
	border:1px solid #ccc;
	border-radius:5px;
}
.form_select {
	float:left;
	width:100%;
	font-size:12px;
	padding:9px 14px;
	margin:0px 10px 10px 0px;
	border:1px solid #ccc;
	border-radius:5px;
}
.form_comment {
	float:left;
	width:100%;
	font-size:12px;
	padding:9px 14px;
	margin:0px 10px 10px 0px;
	border:1px solid #ccc;
	border-radius:5px;
}
.form_submit {
	background: #158ad2; /* Old browsers */
	background: -moz-linear-gradient(top, #158ad2 0%, #0166a4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #158ad2), color-stop(100%, #0166a4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #158ad2 0%, #0166a4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #158ad2 0%, #0166a4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #158ad2 0%, #0166a4 100%); /* IE10+ */
	background: linear-gradient(to bottom, #158ad2 0%, #0166a4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#158ad2', endColorstr='#0166a4', GradientType=0 ); /* IE6-9 */
	width:29%;
	font-size:1.5em;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	padding:12px 5px;
	margin:0px 10px 10px 0px;
	border:none;
	border-radius:5px;
}
.form_submit:hover{
	background: #515151; /* Old browsers */
	background: -moz-linear-gradient(top,  #515151 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#515151), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #515151 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #515151 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #515151 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #515151 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

	}
.thankmsg {
	color: #0099CC !important;
	float: left;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 30px 30px 0px 30px;
	text-align: center;
	width: 100%;
}
.thankmsg2 {
	color: #0099CC !important;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
	padding-top: 20px;
	text-align: center;
	width: 100%;
}
/*input[type="text"]:valid {
    color: green;
}
input[type="text"]:valid ~ .input-validation::before {
    content: "✓";
    color: green;
}

input[type="text"]:invalid {
    color: red;
}
*/
/* 
	author: istockphp.com
*/

#toPopup, #toPopup_2, #toPopup_3 {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 3px;
	color: #333333;
	display: none;
	font-size: 12px;
	left: 50%;
	transform: translateX(-50%);
	min-height: 150px;
	position: fixed;
	top: 8%;
	width: 500px;
	z-index: 2001;
}

div.close {
	background: url("../images/close.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	bottom: 18px;
	cursor: pointer;
	float: right;
	height: 30px;
	left: 18px;
	position: relative;
	width: 30px;
	opacity:1;
}
span.ecs_tooltip {
	background: none repeat scroll 0 0 #0099CC;
	border-radius: 2px 2px 2px 2px;
	color: #FFFFFF;
	display: none;
	font-size: 11px;
	height: 16px;
	opacity: 0.7;
	padding: 4px 3px 2px 5px;
	position: absolute;
	right: -62px;
	text-align: center;
	top: -51px;
	width: 93px;
}
span.arrow {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #0099CC;
	display: block;
	height: 1px;
	left: 40px;
	position: relative;
	top: 3px;
	width: 1px;
}
div#popup_content { margin: 4px 7px; }
.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 10px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.alert, .alert h4 { color: #c09853; }
.alert h4 { margin: 0; }
.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 20px;
}
.alert-success {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.alert-success h4 { color: #468847; }
.alert-danger, .alert-error {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}
.alert-danger h4, .alert-error h4 { color: #b94a48; }
.alert-info {
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.alert-info h4 { color: #3a87ad; }
.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}
.alert-block > p, .alert-block > ul { margin-bottom: 0; }
.alert-block p + p { margin-top: 5px; }
#backgroundPopup {
	background:#000;
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:100%;
	z-index: 2001;
	opacity:0;
}
.mailLight { padding:1em; }
