/* 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; color: #333333; padding: 5px 0 2px;}

td#label {
	
}

div#req { 
	float:left;
	padding: 0px; 
	border: 0px solid white;
	border-left: 5px solid #b5111b; 
	float: left; 
}

input.cx {
	float:left;
	margin: 0px;
	font-size: 11px;
	height: 18px;
	width: 180px;
	border: 1px solid #cccccc;
	background-color: #f6f6f6;	
}

/*OnSubmit required fields will change to this class by js*/
input.error {
	border: 2px solid #ff6622;
	background-color: #fff6f6;
}

input#x_state {
	width: 60px;
	margin-right: 10px;
}

input#x_zip {
	width: 105px;
}

textarea#x_comments {
	width: 382px;
	height: 80px;
	border: 1px solid #cccccc;
	background-color: #f6f6f6;
}

input.cxBtn {
	font:11px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	padding:2px 10px;
	margin: 10px 0 0;
	border: 2px solid #b5111b;
	background-color: #f6f6f6;	
}