/* compontent css styles for contact_x */

table#cx { }

table#cx td{ padding: 0px; }
table#cx td.space { width: 15px; }

table#cx th { font-size: 1.17em; text-align: left; font-weight: bold; padding: 5px 0 1px }

td#label {
	
}

div.req { 
	float: left;
	padding: 0px; 
	border: 0px solid white;
	border-left: 5px solid #DB9D1B; 
	float: left; 
}

div.req input.cx { width:196px; border-left:0 }

input.cx {
	float: left;
	margin: 0px;
	font-size: 11px;
	height: 18px;
	width: 200px;
	border: 1px solid #aaa;
	background-color: #f6f6f6;	
}

input.cxBtn { font-size:1em; padding:0 20px; border: 2px solid #DB9D1B; background:#fff }

/*OnSubmit required fields will change to this class by js*/
input.error {
	border: 2px solid #ff6622;
	background-color: #fff6f6;
}

input#x_state {
	width: 40px;
	margin-right: 10px;
}

input#x_zip {
	width: 105px;
}

textarea#x_comments {
	width: 417px;
	height: 125px;
	border: 1px solid #aaa;
	background-color: #f6f6f6;
	margin-bottom:10px
}