/* compontent css styles for contact_x */

table#cx { text-align:right; }

table#cx td{ padding: 0px; }

table#cx th { text-align: right; font-weight: bold; color: #333333; padding:0 10px 0 0; vertical-align:top}

td#label {
	
}

div.req { 
	
	padding: 0px; 
	border: 0px solid white;
	border-left: 5px solid #436a1c; 
	float: left; 
}

input.cx {
	margin: 0px;
	font-size: 11px;
	height: 18px;
	width: 160px;
	border: 1px solid #cccccc;
	background-color: #f6f6f6;	
}

/*OnSubmit required fields will change to this class by js*/
input.error {
	border: 2px solid #ff6622;
	background-color: #fff6f6;
}

input#x_state {
	width: 165px;
}

input#x_zip {
	width: 120px;
}
.zip {margin-left:5px;}
textarea#x_comments {
	width: 320px;
	height: 80px;
	border: 1px solid #cccccc;
	background-color: #f6f6f6;
}
input#x_fname {
	width: 320px;
}
input#x_lname {
	width: 320px;
}
input#x_company {
	width: 325px;
}
input#x_address {
	width: 325px;
}
input#x_city {
	width: 325px;
}
input#x_email {
	width: 320px;
}
input#x_phone {
	width: 325px;
}