/* CSS Document */
.contactForm, .contactForm textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
.contactForm { color: #878684; font-weight: bold; padding-top: 10px; }
.contactForm input { width: 160px; }
.contactForm textarea { width: 330px; height: 61px; }
.submitDiv { text-align: left; padding-left: 225px; }
.contactForm .submitButton {
	background-image: url(../graphics/send.gif);
	background-repeat: no-repeat;
	width: 51px;
	font-weight: bold;
	color: #eeeeee;
	margin-top: 5px;
	font-size: 9px!important;
	height: 18px;
	background-position: center center;
}
.contactBox, .contactPopup {
	background-color: #e5e5e5;
	padding-top: 10px;
	padding-left: 11px;
	text-align: left;
	vertical-align: top;
	padding-bottom: 5px;
}
.contactBox {	
	background-image: url(../graphics/line_3c.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.contactPopup {
	margin-bottom: 5px;
	width: 400px;
}
.contactPopup h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.close {
	color: #878684;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}
.close a { color: #878684; text-decoration: none; }#comments {
	color: #878684;
}

