/* CSS Document */

#contact {
	float: left;
	margin: 15px 0 0 45px;
}


* html #contact {
	margin: 15px 0 45px;
}


#text h2 {
	width: 185px;
	height: 27px;
	background: url(contact-text.jpg);
}


#contact form {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #977068;
	text-align: right;
}


* html #contact form {
	margin: 0 100px 0 0;
}



#contact form fieldset {
	margin: 15px 0 0 0;
}


#contact form fieldset label {
	margin: 0 10px 0 0;
	vertical-align: top;
}


#contact form input.input {
	width: 300px;
	height: 23px;
	border: 1px solid #000000;
}


#contact form fieldset.button {
	margin: 0;
}


#contact form button {
	width: 77px;
	height: 32px;
	margin: -1px 7px 0 0;
	background: url(contact-submit-button.jpg);
	text-indent: -999em;
	overflow: hidden;
	}


#comments {
	width: 300px;
	height: 130px;
	border: 1px solid #000000;
	overflow: auto;
}


#contact p {
	margin: 5px 0 30px 72px;
	width: 190px;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #58595B;
	line-height: 17px;
	font-weight: normal;
}


#contact span {
	font-weight: bold;
}


#contact a {
	color: #58595B;
	text-decoration: none;
}
