/* 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; color: #333333; padding: 5px 0 0 }

td#label {
	
}

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

div.req input.cx { width:220px }

input.cx {
	float:left;
	margin: 0px;
	height:auto;
	background:#f6f6f6;
	font:bold 14px Arial, Helvetica, sans-serif;
	border:1px solid #c5c5c5;
	padding:3px
}

/*OnSubmit required fields will change to this class by js*/
input.error {
	float:left;
	width:231px;
	color:#f00;
	font:bold 14px Arial, Helvetica, sans-serif;
	background:#fff url(/images/icons/icon-exclamation_white.gif) 3px 50% no-repeat;
	border: 2px solid #f00;
	padding:2px 3px 2px 20px;
	xbackground-color: #fff6f6;
}

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

input#x_zip {
	width: 105px;
}

/*textarea#x_comments {
	width: 479px;
	height: 100px;
	overflow:auto;
	font:13px Arial, Helvetica, sans-serif;
	border: 1px solid #c5c5c5;
	background-color: #f6f6f6;
}*/