#header {
  background: url(../images/contact/header.jpg) no-repeat;
}
 
#logo {
  background: url(../images/contact/logo.jpg) no-repeat;
}

#contactResult {
	text-align:left;
	margin-top:.5em;
	margin-right:15px;
	margin-left:15px;
	font-size: 10px;
}

.downloadDocRow{
	padding-bottom:2em;
}

#featureIntro{
	min-height:170px;
}

#featureIntro .more{
	padding-right: 25px;
}
#contactResult table tr td{
	padding-top:1.5em;
}

#contact{
	background: url(../images/contact/contactInfo.jpg) repeat-y;
	height:auto;
	width:456px;
	font-size: 10px;
}

#contactHeader{
  background: url(../images/contact/contactHeader.jpg) no-repeat;
  height:13px;
  width:456px;
}

#contactFooter{
  background: url(../images/contact/contactFooter.jpg) no-repeat;
  height:13px;
  width:456px;
}

#contact .group {
	float:left;
	padding:10px 0 0 10px;
	width:42%;
}

#contact form{
	font-size: 11px;
	padding:0 0 0 2em;
	margin:0;
}

#contact form label {
	font-weight:normal;
	padding: 0 0 0 .5em;
}

#contact form fieldset {
	border:none;
	padding:0;
	margin:0;
}

#contact input {
	width:95%;
	border: 1px solid #9a8a65;
	background-color:#fdfbf2;
}

#contact form .submit {
	border: 1px solid #d7cdb2;
	height:1.5em;
	width:auto;
	font: 11px verdana, arial, sans-serif;
	color: #74653D;
	float:right;
	margin-right:60px;
	margin-top:.5em;
}

#contact form .submitDisabled{
	border: 1px solid #d7cdb2;
	height:1.5em;
	width:auto;
	font: 11px verdana, arial, sans-serif;
	color: #666;
	background-color:#efefef;
	float:right;
	margin-right:60px;
	margin-top:.5em;
}