.searchContent {
	width: 800px;
	float: left;
	text-align: center;
}

input.contactInput {
	height: 25px;
	width: 199px;
	border: 0px;
	float: right;
	background: url('../images/inputBck.png') repeat-x;
	line-height: 20px;
	font-size: 13px;
	padding-top: 6px;
}

.contactForm textarea
{
	height: 130px;
	width: 210px;
	background: #E7F8FD;
	border: 1px solid #C3E2EC;
	float: right;
}

.inputStart {
	float: right;
	width: 6px;
	height: 30px;
	background: url('../images/inputBegin.png');
}

.inputEnd {
	float: right;
	width: 6px;
	height: 30px;
	background: url('../images/inputEnd.png');
}

.searchItem {
	font-size: 11px;
	line-height: 29px;
	color: #0E6570;
	font-weight: bold;
	width: 350px;
	height: 30px;
	line-height: 29px;
	float: left;
}

.dropdown {
	width: 212px;
	height: 30px;
	float: right;
	line-height: 0px;
}

span.select {
	position: absolute;
	width: 180px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 30px;
	padding: 0 24px 0 8px;
	color: #000000;
	font: 12px/21px arial,sans-serif;
	background: url('../images/formodif.png') no-repeat;
	overflow: hidden;
	font-size: 11px;
	line-height: 30px;
}
 
 select.styled {
	height: 25px;
	margin: 0px;
	padding: 0px;
	border: 0px;
 }
 
 .input {
	width: 210px;
	height: 26px;
	border: 1px solid #C3E2EC;
	float: right;
	line-height: 0px;
 }
 
 .checkbox {
	width: 50px;
	float: left;
 }
 
 .clickhere {
	width: 133px;
	height: 29px;
	background: url('../images/clickherec.png') no-repeat;
	padding-bottom: 0px;
	margin: 0px;
	margin: auto;
	color: white;
	text-align: center;
	font-weight: bold;
	padding: 0px;
	float: none;
 }
  
 .whatYouRequire {
	font-size: 11px;
	color: #777777;
 }
 
 .whatYouRequire a{
	color: #FFAD1B;
	font-weight: bold;
 }
 
input {
	margin: 0px;
	padding: 0px;
	border: 0px;
	line-height: 20px;
	font-size: 11px;
	float: left;
 }
