/* 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-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 #2f5a2f; 
	float: left; 
}

input.cx {
	margin: 0px;
	font-size: 11px;
	height: 18px;
	width: 200px;
	border: 1px solid #cccccc;
	background-color: #f6f6f6;	
}

/*OnSubmit required fields will change to this class by js*/
input.error {
	border: 2px solid #ff0000;
	background-color: #fff6f6;
	width:198px;
}

input#x_state {
	width: 60px;
	margin-right: 10px;
}

input#x_zip {
	width: 125px;
}

textarea#x_comments {
	width: 422px;
	height: 80px;
	border: 1px solid #cccccc;
	background-color: #f6f6f6;
}

input.cxBtn { width:114px; height:20px; font-size:12px; font-weight:bold; color:#FFF; text-transform:uppercase; border:0; background:url(/images/button-calculate.gif); padding:0; margin:10px 0 0 }