.contact_form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

form {
	width: 475px;
}

.col1 {
	text-align: left;
	width: 90px;
	height: 31px;
	margin: 0;
	float: left;
	margin-right: 2px;
	
}

.col2 {
	width: 350px;
	height: 31px;
	display: block;
	float: left;
	margin: 0;
	background-color: #FFFFFF;	
}

.col2comment {
	width: 350px;
	height: 98px;
	margin: 0;
	display: block;
	float: left;
	
}

.col1comment {
	text-align: left;
	width: 90px;
	height: 98px;
	float: left;
	display: block;
	margin-right: 2px;
	
}

div.row {
	clear: both;
	width: 475px;
}

.submit {
	height: 29px;
	width: 475px;
	padding-top: 15px;
	clear: both;
} 

.input {
	background-color: #ffffff;
	
	margin: 2px 0 5px 4px;
	padding: 1px;
	border: 1px solid #c39141;
}

.textarea {
	border: 1px solid #c39141;
	margin: 2px 0 5px 4px;
}
