@import url("contact.css");

/************ LAYOUT CSS ************/
h1{margin-left:0px;margin-bottom:19px;padding-top:18px;color:#FFF;font-weight:bold;}
#breadcrumbCntr{background:none;}

#formCntr {
	background:url(/brands/default/images/customer_service/form_bk.jpg) repeat-y;
	position:relative;
	left:8px;
	width: 458px;
	padding-left:36px;
	color:#000;
	float:left;
}

#cusServWrapper {
	background: url(/brands/default/images/customer_service/body_bg_tile.jpg) top repeat-y;
}

#cusServFixedBG {
	background: url(/brands/default/images/customer_service/body_bg_fixd.png) top no-repeat;
}

#cusServCntr {
	float: left;
	clear: both;
	width: 973px;
	background: url(/brands/default/images/customer_service/cust_serv_bttm.png) bottom no-repeat;
}

h2 {
	color: #000;
	font-size: 15px;
	margin-bottom:13px;
}

#introPar{color:#000;width:416px;}

/************ FORM CONTENT *************/
.floatLeftMar {
	margin-left: 10px;
}


#fieldError {
	height: 18px;
}

#contactForm_firstName {
	width: 208px;
}

#contactForm_lastName {
	width: 200px;
}

#contactForm_city {
	width: 200px;
}

#contactForm_state {
	width: 208px;
	border:0px #666 dashed;
}

#contactForm_Zip {
	width: 200px;
}

#contactForm_contactMethod {
	width: 400px;
}

#contactForm_email {
	
}

#contactForm_ownHomeBlock {
	width: 600px;
}

#contactForm_SerialNo {
	width: 200px;
}

#contactForm_EmpName {
	width: 200px;
}

#submitBttn {
}

#contactForm_confirmed {
	width: 584px;
}

#captchaChallenge{padding-left:5px;}

