@charset "utf-8";
.form_cont_150 {
	float: left;
	height: auto;
	width: 312px;
	clear: both;
	margin-top: -6px;
}
.field_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	padding: 2px;
	clear: both;
	float: left;
	height: auto;
	width: auto;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	border: 1px solid #FFEBE6;
}


label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #004B8D;
	padding: 0px;
	float: left;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 1px;
	margin-left: 0px;
	text-align: left;
}
#client_name {
	width:310px;
	height:18px;
	border:1px solid #004B8D;
	cursor: text;
	float: left;
	clear: both;
	margin-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#client_email {
	width:310px;
	height:18px;
	border:1px solid #004B8D;
	cursor: text;
	float: left;
	clear: both;
	margin-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#client_comment {
	clear: both;
	float: left;
	height: 75px;
	width: 310px;
	border: 1px solid #004B8D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#client_comment:hover {
	background-color: #dfedff;
}
#client_name:hover {
	background-color:#dfedff;
}
#client_email:hover {
	background-color:#dfedff;
}
