/* compontent css styles for contact_x */

table#cx { margin:-5px 0 0 }

table#cx td{ padding: 0px; }
table#cx td#space { width: 15px; }

table#cx th { text-align: left; font-weight: bold; color: #000; text-transform:uppercase; padding:5px 0 0;}

td#label {
	
}

div#req { 
	float:left;
	padding: 0px; 
	border: 0px solid white;
	border-left: 5px solid #fe4343; 
	float: left; 
}

input.cx {
	float:left;
	margin: 0px;
	font-size: 11px;
	height: 18px;
	width: 160px;
	border: 1px solid #cccccc;
	background-color: #FFF;	
}

input.cxBtn {
	float:none;
	font-size: 11px;
	font-weight:bold;
	border: 2px solid #fe4343;
	background-color: #FFF;
	text-transform:uppercase;
	padding:5px 20px;
	margin:10px 0 0
}

/*OnSubmit required fields will change to this class by js*/
input.error {
	border: 2px solid #ff6622;
	background-color: #fff6f6;
}

input#c_state {
	width: 40px;
	margin-right: 10px;
}

input#c_zip {
	width: 105px;
}

textarea#c_comments {
	width: 350px;
	height: 80px;
	border: 1px solid #cccccc;
	background-color: #FFF;
}
