@charset "utf-8";
/* CSS Document */

div.form_section {
			float:left;
			width:330px;
			height:232px;
			font-size:1.1em;
			font-weight:bold;
			margin-left:50px;
			color:#19568c;
			padding:0px;
		
		}
div.customer {
	margin:0px 0px 7px 0px;
}
div.label{
	float:left;
	width:120px;
	margin:0px 7px 7px 0px;
	text-align:right;
	height:18px;
	line-height:18px;
}
div.input {
	float:left;
	width:180px;
	margin:0px 0px 7px 0px;
}
div.comments textarea{
	width:250px;
	height:150px;
	margin:0px 0px 0px 25px;
}
input#send {
	float:left;
	margin:10px 0px 0px 25px;
}