/* 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-size: 13px; font-weight: bold; color: #213a75; padding: 5px 0 0;}

td#label {
	
}

div#req { float:left; border-left:5px solid #326cc3 }

div#req input.cx { width:230px }

input.cx { float:left; width:235px; font:12px "Trebuchet MS"; border:1px solid #aaa; padding:0 2px }

select.cx { float:left; width:auto; font:12px "Trebuchet MS"; border:1px solid #aaa; padding:0 2px }

input.cxBtn { width:100px; font:11px "Trebuchet MS"; color:#FFF; border:2px solid #213a75; background:#326cc3; margin:10px 0 0 }

/*OnSubmit required fields will change to this class by js*/
input.error {
	border: 2px solid #ff6622;
	background-color: #fff6f6;
}

input#x_state {
	width: 70px;
	margin-right: 10px;
}

input#x_zip {
	width: 149px;
}

textarea#x_comments { float:left; width:494px; height:100px; font:12px "Trebuchet MS"; border:1px solid #aaa; padding:0 2px }