/* 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; padding: 5px 0 0 ;}

td#label {
	
}

div.req { 
	
	padding: 0px; 
	border: 0px solid white;
	border-left: 5px solid #e5901b; 
	float: left; 
}

div.req input { width:175px }

input.cx {
	float:left;
	margin: 0px;
	font-size: 12px;
	width: 180px;
	border: 1px solid #cccccc;
	background-color: #f6f6f6;
	padding:0 0 2px;
}

input.cxBtn { float:left; font-weight:bold; border:2px solid #e5901b; background:#f6f6f6; padding:0 10px }

/*OnSubmit required fields will change to this class by js*/
input.error {
	border: 2px solid #ff6622;
	background-color: #fff6f6;
}

input#x_state {
	width: 50px;
	margin-right: 10px;
}

input#x_zip {
	width: 118px;
}

textarea#x_comments {
	width: 377px;
	height: 125px;
	border: 1px solid #cccccc;
	background-color: #f6f6f6;
	margin:0 0 5px
}