/* compontent css styles for contact_x */

table#cx { margin:-5px 0 0 }

table#cx td{ padding: 0 }
table#cx td.space { width: 15px; }

table#cx th { text-align: left; font-size:13px; font-weight: bold; color: #333333; padding: 5px 0 2px;}

td#label {
	
}

div.req { 
	
	padding: 0px; 
	border: 0px solid white;
	border-left: 5px solid #073973; 
	float: left; 
}

input.cx {
	margin: 0px;
	font-size: 11px;
	height: 16px;
	width: 175px;
	border: 1px solid #cccccc;
	background-color: #f6f6f6;
	padding:2px 2px 0;
}

input.cxBtn {
	margin: 10px 0 0;
	font-weight:bold;
	border: 2px solid #073973;
	background-color: #ddd;
	padding:3px 25px;
}

/*OnSubmit required fields will change to this class by js*/
input.error {
	width:177px;
	border: 2px solid #ff0000;
	background-color: #fff6f6;
}

input#x_state {
	width: 78px;
	margin-right: 10px;
}

input#x_zip {
	width: 78px;
}

textarea#x_comments {
	width: 380px;
	height: 150px;
	border: 1px solid #cccccc;
	background-color: #f6f6f6;
}