.form_msg {
	font-size: 12px;
	padding-left: 20px;
	color: #F00;
}
table.form_table {
	font-size: 14px;
	width: 100%;
}
td.form_field_name {
	text-align: right;
	padding-right: 20px;
	width: 35%;
}
td.form_field_text {
	width: 65%;
}
tr.form_space {
	height: 2px;
}
tr.form_gap {
	height: 10px;
}
/*FORM*/
.filter {
	/*width: 169px; */
	height: 18px;
	padding-top: 7px;
	margin-top: -8px;
	margin-left: 10px;
	background: url(../images/forms/filter.png) bottom left no-repeat;
	float: left;
}
#contact_form_cont {
	width: 292px; min-height: 100px;
	margin-top: 60px;
	text-align: left;
}
#contact_form_cont .textbox-lg {
	width: 272px; height: 27px;
	background: url(../images/forms/text-lg.png) top center no-repeat;
	margin: 5px 0 10px;
	padding: 0 10px;
	border: none;
}
#contact_form_cont .textbox-md {
	width: 162px; height: 27px;
	background: url(../images/forms/text-md.png) top center no-repeat;
	margin: 10px 0 10px;
	padding: 0 10px;
	border: none;
}
#contact_form_cont .textbox-sm {
	width: 74px; height: 27px;
	background: url(../images/forms/text-sm.png) top center no-repeat;
	margin: 5px 0 10px;
	padding: 0 10px;
	border: none;
}
#contact_form_cont .textarea {
	width: 272px; height: 133px;
	background: url(../images/forms/textarea.png) top center no-repeat;
	margin: 5px 0 10px;
	padding: 5px 10px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#contact_form_cont input.t1 {
	width: 440px; height: 19px; margin: 5px; background: none; border: none;
}
#contact_form_cont textarea.t2 {
	width: 440px; height: 114px; margin: 5px; background: none; border: none;
}

#contact_form_cont2 {
	width: 448px; min-height: 140px;
	margin: 30px;
}
#contact_form_cont2 .labelname {
	float: left; width: 136px; min-height: 19px; margin: 4px 10px; text-align: right; font-size: 14px;
}
#contact_form_cont2 .textbox-md2 {
	float: left; width: 272px; min-height: 17px;
	padding: 5px 10px;
	background: url(../images/forms/text-lg.png) center no-repeat;
	border: none;
}
#contact_form_cont2 .textarea {
	width: 272px; height: 133px;
	background: url(../images/forms/textarea.png) top center no-repeat;
	margin: 5px 0 10px;
	padding: 5px 10px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a.terms {
	float: left; width: 338px; height: 38px; 
	margin: 0 15px; padding: 20px 40px; 
	text-align: left; 
	background: url(../images/swatch_bg-blue.png) center no-repeat;
}
a.terms:hover {
	background: url(../images/swatch_bg-brown.png) center no-repeat;
}