/* ====================[ CONTACT FORM (SALES) ]==================== */

* { 
	margin: 0; 
	padding: 0;
}

a {
	text-decoration: none;
}

body {
	color: #5e4443;
}

#contactSalesFormHeader {
	margin: 0 0 10px 0;
}

#contactSalesFormBox {
	width: 646px;	
	border: 1px solid #ddd;	
	margin: 10px 0 0 10px;
}

#contactSalesFormContent {
	width: 598px;	
	margin-left: auto;
    margin-right: auto;
	font-family: arial;
	font-size: 12px;
}

#cSection1Header {
	width: 598px;
	background-color: #dfe7f2;
	font-size: 14px;
	font-weight: bold;
	height: 34px;
	line-height: 34px;		
}

#cSection1Header p {
	padding: 0 0 0 15px;
}

#cSection1Content {
	background-color: #eef3f9;
	padding: 10px 0 0 10px;
	color: #5e4443;
}

#cSection1Content table {
	width: 580px;
}

#cSection1Content input.text {
	height: 15px;
	border: 1px solid #888;
	size: 20px;
}

#cSection2Header {
	width: 598px;
	background-color: #dfe7f2;
	font-size: 14px;
	font-weight: bold;
	height: 50px;
}

#cSection2Header p {
	padding: 8px 5px 0 15px;
}

#cSection2Content {	
	padding: 10px 0 0 10px;
	color: #5e4443;
	background: #eef3f9 url("../images/layout/bkgdContact.jpg") no-repeat;	
}

#cSection2Content td {
	vertical-align: top;
}

#cSection3Header {
	width: 598px;
	background-color: #dfe7f2;
	font-size: 14px;
	font-weight: bold;
	height: 50px;
}

#cSection3Header p {
	padding: 8px 5px 0 15px;
}

#cSection3Content {
	background-color: #eef3f9;
	padding: 10px 0 0 10px;
	color: #5e4443;
}

#cSection3Content input.text {
	height: 15px;
	border: 1px solid #888;	
	margin: 0 0 5px 0; 	
}

#cSection3Content textarea {
	border: 1px solid #888;	
	margin: 0 0 10px 0; 
}

#shadow {
	height: 7px;
	background: url("../images/layout/contactFormShadow.jpg") no-repeat;	
	margin: 0 0 10px 0;
}
