
form {
	padding: 0;
	margin: 0;
}

form .row {
	margin-bottom: 10px;
	clear: both;
}
form img.validateimage {
	width: 20px;
	height: 20px;
	margin-left: -22px;
	position: absolute;
	margin-top: 3px;
	border: none!Important;
}
form .row label {
	display: block;
	line-height: 1.6em;
	margin-top: 1px;
	padding: 1px;
	margin-right: 5px;
}
form .row input {
	height: 22px;
	line-height: 22px;
	border: solid 1px #999;
	background-color: #FFF;
	padding-right: 22px;
	width: 250px;
	padding-left: 3px;
}

form .row select {
	width: 266px;
	height: 22px;
	line-height: 22px;
	border: solid 1px #999;
	background-color: #FFF;
	margin-right: 22px;
}
form .row textarea {
	width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #999;
	background-color: #FFF;
	padding-right: 22px;
	padding-left: 3px;
}
form .row input:focus, form .row select:focus, form .row textarea:focus {
}

.enquiryform  label {
	float: left;
	width: 100px;
}

.form_col {
	width: 50%;
	float: left;
	margin-bottom: 20px;
}
.form_col_1_3 {
	float: left;
	width: 33%;
}
.form_col_2_3 {
	float: left;
	width: 66%;
}
form .control {
	clear: both;
	text-align: center;

}
.inpage_form .form_col .row input, .inpage_form .form_col .row textarea {
	width: 200px;
}
.long, .inpage_form .row .long, .inpage_form .form_col .row .long, form .row  .long  {
	width: 150px;
}
.short, .inpage_form .row .short, .inpage_form .form_col .row .short, form .row  .short {
	width: 50px;
}
form .row input.inline {
	width: auto!important;
	height: auto;
	background: none;
	border: none;
	display: inline;
	float: none;
	margin-top: 7px;
	padding: 0;
}
form .row label.inline {
	width: auto!important;
	height: auto;
	background: none;
	border: none;
	display: inline;
	float: none;
	padding: 0;
	margin: 0;
	padding-right: 20px;
	
}
.form_control {
	clear: both;
	text-align: center;
	
	padding-top: 20px;
}
.form_control input{
	background-color: #345994;
	width: 150px;
	height: 40px;
	border: none;
	background: #525252;
	border-radius: 10px;
	line-height: 40px;
	color: #FFFFFF;
	cursor: pointer;
	font-family: 'Open Sans Light', sans-serif;
	font-size: 1.2em;
}
.form_control input:hover {
	background-color: #F74006;
}
