/*===============================================================*/
/* WEB FORMS MODULE  */
.forms-container{
	width:600px;
	overflow: hidden;
	margin-bottom:10px;
}
.form{
	margin-top: 15px;
	padding-left:10px;
}
.form-field-cont{
	display: block;
 	min-height:25px;
	height:auto !important;
	height:25px;
	clear: both;
}
.form-field-name{
	display: inline;
	float: left;
	width:115px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0177b9;
	line-height: normal;
	margin-bottom: 0px;
}
.form-field{
	width:200px;
}

.form-field input {
	border:1px solid #d9d9d9;
}

.validate-text {
	display: inline;
	float: left;	
	color:#FF0000;
	padding-left: 2px;
}
.form-submit-button{
	padding-left:115px;
}

/*-------------CUSTOM FORM--------------*/
/*--------------------------------------*/

#captcha {
	display:block;
	overflow-x: hidden;
	overflow-y: hidden;
}

#captcha .left{
	display: block;
	overflow-x: hidden;
	overflow-y: hidden;
	width: 150px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #005696;
	letter-spacing: normal;
}

#captcha .right{
	display: block;
	overflow-x: hidden;
	overflow-y: hidden;
	float: left;
	width: 430px;
}

#custom-form {
	display: block;
	overflow: hidden;
	width: 600px;
	padding-left: 0px;
}
#custom-form .cont-left {
	float: left;
	display: inline;
	width: auto;
	overflow: hidden;
}
#custom-form .cont-right {
	float: right;
	display: inline;
	width: auto;
	overflow: hidden;
}
#custom-form .cont-bottom {
	display: block;
	clear: both;
	width: auto;
}

#custom-form label {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #005696;
	margin-bottom:2px;
}
#custom-form .form-field {
	display: block;
	width: 250px;
	background-color: #ffffff;
	border: 1px solid #00adee;
	margin-bottom: 0px;
	color:#362b24;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px;
}


/*#custom-form .form-radio {
	margin-bottom: 15px;
}*/
#custom-form .error-validate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}
#custom-form .error-contianer {
	overflow: hidden;
	display: block;
}
/*#custom-form .date {
	margin-bottom:15px;
}

#custom-form .form-p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0081ce;
	line-height:0.4cm;
}*/
#custom-form .dropdown{
	margin-bottom:15px;
	float: left;
	display: inline;
	overflow:hidden;
}
/*
#custom-form .checkbox{
	margin-bottom:15px;
	float: left;
	display: block;
	overflow:hidden;
	clear:both;
}

#custom-form label.DOB {
	display:inline;
	float:left;
	width:25px;
	margin-left:5px;
	color:#505050;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#custom-form input.DOB-field{
	display:inline;
	float:left;
	width:30px;
	
}*/

/* --- VALIDATION BIT ------ */
.error-validate-front{
	display:none;
	color:red;
	font-size:10px;
	font-family:arial;
	margin:0 0 0 0;
	padding:0 0 0 100px;
}

/* ==================================================================================== */
/* ==================================================================================== */
