/* compontent css styles for contact_x */

table#cx { position:relative; margin:0 0 0 -3px }

table#cx td{ padding: 0px; }
table#cx td#space { width: 15px; }

table#cx th { font-size:12px; text-align: left; font-weight:normal; padding: 2px 0 0}

td#label {
	
}

div#req { 
	
	padding: 0px; 
	border: 0px solid white;
	border-left: 5px solid #58340c; 
	float: left; 
}

input.cx, input.cx2, textarea#x_comments {
	float:left;
	margin: 0px;
	font-size: 11px;
	height: 18px;
	width: 173px;
	border: 1px solid #e5dbc6;
	background-color: #fff;	
}
input.cx2 {
	width: 185px;
}

/*OnSubmit required fields will change to this class by js*/
input.error {
	border: 2px solid #58340c;
	background-color: #fff6f6;
}

input#x_state {
	width: 40px;
	margin-right: 10px;
}

input#x_zip {
	width: 105px;
}

textarea#x_comments {
	width: 375px;
	height: 80px;
	border: 1px solid #e5dbc6;
	background-color: #fff;	
}
.cxBtn { width:57px; height:21px; background:#58340c; font:12px Georgia, "Times New Roman", Times, serif; color:#fff; text-transform:lowercase; border:1px solid #e5dbc6; }

table#cx .required-text { font-size:10px; padding:28px 0 0 1px }