#wrapper #mainbody #displaycontact {
	margin: 0px;
	padding: 10px 10px 100px;
}
#wrapper #mainbody #displaycontact .contact {
	margin: 0px;
	padding: 0px;
}
#wrapper #mainbody #displaycontact .contact fieldset {
	margin: 25px 0px 10px;
	padding: 10px;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	color: #FFFFFF;
	clear: both;
}
#wrapper #mainbody #displaycontact .contact label {
	float: left;
	width: 13em;
	color: #FFFFFF;
	padding-top: 3px;
	display: block;
}
#wrapper #mainbody #displaycontact .contact .formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	width: 300px;
	border: 1px solid #999999;
	font-size: 1.2em;
}
#wrapper #mainbody #displaycontact .contact #telephone {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	width: 150px;
	border: 1px solid #999999;
	font-size: 1.2em;
}#wrapper #mainbody #displaycontact .contact #comments {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	width: 400px;
	border: 1px solid #999999;
	font-size: 1.2em;
	height: 100px;
}
#wrapper #mainbody #displaycontact .contact p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#wrapper #mainbody #displaycontact .contact .sendbtn {
	margin: 0px;
	padding: 20px 0px 0px;
}
#wrapper #mainbody #displaycontact .sendbtn #send {
	/* This part hides the original button. */
background-color: transparent;
	border: 0px;
	padding: 0px 0px 0px 100px;
	overflow: hidden;
	/* This part defines its new look. */
background-image: url(../mainimages/buttons/sendnow_btn.gif);
	background-position: center center;
	background-repeat: no-repeat;
	width: 64px;
	height: 19px;
	max-width: 64px;
	max-height: 19px;
	cursor: hand;
	margin: 0px;
}
