/*
Title: contact_form.css
Author: Dave Ramirez, Conversion Systems
Contents: Styles for contact form.  This version uses all classes for enhanced integration capability.
Created: 9/1/2009
*/

/* GENERIC CONTACT US FORM STYLES - ALL CLASSES
------------------------------------------------------------*/

.formerror {color:#FF0000;}
.formsuccess {color:#006600;}
.frm_contact {
	color:#8d8f8f;
	width:400px;
	margin-bottom:0;
	float:left;
	}
.frm_contact label {
	display:block;
	float:left;
	margin-right:10px;
	display:inline;
	margin-bottom:10px;
	width:184px;
	font-size:11px;
	color:#fff;
	}
.frm_contact .txt_fname,
.frm_contact .txt_lname,
.frm_contact .txt_email,
.frm_contact .txt_remail,
.frm_contact .txt_phone,
.frm_contact .ta_msg {
	border:1px #cecece solid;
	width:178px;
	padding:1px 2px;
	font-size:12px;
	}
.lbl_msg {
	clear:both;
	}
.frm_contact .ta_msg {
	width:378px;
	height:110px;
	}
.frm_contact .btn_submit {
	clear:both;
	margin-left:304px;
	}
/* SITE SPECIFIC STYLES
------------------------------------------------------------*/
.frm_contact { 
	margin-left:100px;
	display:inline; /*IE6*/
	}
.content .main .contact_details {
	margin-bottom:24px;
	}

	
