textarea, input.inputText {width:250px;}
.subject {width:330px;}
Select {width:258px;}
.imgSubmit {width:71px;}


.contact_form .formElement {margin-bottom:10px;}
.contact_form .formElement .label {
	float:left; 
	width:240px; 
	}
.contact_form .formElement input.text {
	display:block; 
	float:left; 
	width:256px;
	}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0px;;
	height: 0;
}
.clear {
	clear:both; 
	height:0;
	line-height: 0px;;
	}
.contact_form .submitBox {
	margin-top:20px;
	float:right;
	width:720px;
	}
textarea.description {height: 80px;}

