/* compontent css styles for contact_x */

table#cx { }

table#cx td{ padding: 0px; }
table#cx td.space { width: 15px; }

table#cx th { text-align: left; font-weight: bold; font-size:13px; color: #333333; padding:5px 0 2px;}

td#label {
	
}

div.req { 
	
	padding: 0px; 
	border: 0px solid white;
	border-left: 5px solid #004b8b; 
	float: left; 
}

input.cx {
	margin: 0px;
	font-size: 11px;
	height: 18px;
	width: 200px;
	border: 1px solid #cccccc;
	background-color: #f6f6f6;	
}

input.cxBtn {
	margin:10px 0;
	font:bold 13px "Trebuchet MS";
	border: 2px solid #004b8b;
	background-color: #ddd;
	padding:0 15px;
}

/*OnSubmit required fields will change to this class by js*/
input.error {
	width:198px;
	border: 2px solid #ff6622;
	background-color: #fff6f6;
}

input#x_state {
	width: 60px;
	margin-right: 10px;
}

input#x_zip {
	width: 125px;
}

textarea#x_comments {
	width: 421px;
	height: 80px;
	border: 1px solid #cccccc;
	background-color: #f6f6f6;
}