@charset "UTF-8";
/* CSS Document */



.contactform {
	font: 1em "Garamond", "Georgia", "Times New Roman", serif;
	line-height: 150%;
	font-weight:200;
	color:#433803;
}

fieldset {
	background-color:#e9d7aa;
	border: 4px double #2d2915;
	position: relative;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
}	
legend {
	font: 1.3em "Garamond", "Georgia", "Times New Roman", serif;
	position: absolute;
	top: -.5em;
	left: .2em;
	background-color:#e9d7aa;
}	
.col1 {
	text-align: right;
	width: 175px;
	height: 35px;
	margin: 0;
	float: left;
	margin-right: 2px;
	vertical-align:middle;
}

.col2 {
	width: 195px;
	height: 35px;
	display: block;
	float: left;
	margin: 0;
	vertical-align:middle;
}

.col2comment {
	width: 195px;
	height: 98px;
	margin: 0;
	display: block;
	float: left;
	padding-bottom: 10px;
}

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

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

.submit {
	height: 26px;
	width: 123px;
	padding: 5px;
	float: right;
	clear: both;
	text-align:right;
    border: none;
} 

.input {
	background-color: #fff;
	font: 0.9em Arial, Helvetica, sans-serif;
	color: #433803;
	width: 100%;
	margin: 4px 0 5px 8px;
	padding: 1px;
	border: 1px solid #433803;
	vertical-align:top;
}

.textarea {
	border: 1px solid #433803;
	background-color: #fff;
	font: 0.9em  Arial, Helvetica, sans-serif;
	color: #433803;
	margin: 4px 0 5px 8px;
	vertical-align:top;
}

.red {color: #FF0000}