@charset "UTF-8";
/* CSS Document */



.contactform {
	font: 1em "Garamond", "Georgia", "Times New Roman", serif;
	line-height: 150%;
	font-weight:200;
	color:#635939;
	width:345px;
}

fieldset {
	background-color:#e4d398;
	border: 4px double #635939;
	position: relative;
	padding: 15px 15px 15px 5px;
}
legend {
	font: 1.3em "Garamond", "Georgia", "Times New Roman", serif;
	position: absolute;
	top: -.5em;
	left: .2em;
	background-color:#e4d398;}		
.col1 {
	text-align: right;
	width: 145px;
	height: 35px;
	margin: 0;
	float: left;
	margin-right: 2px;
	vertical-align:middle;
}

.col2 {
	width: 155px;
	height: 35px;
	display: block;
	float: left;
	margin: 0;
	vertical-align:middle;
}

.col2comment {
	width: 150px;
	height: 98px;
	margin: 0;
	display: block;
	float: left;
	padding-bottom: 10px;
}

.col1comment {
	text-align: right;
	width: 145px;
	height: 98px;
	float: left;
	margin-right: 2px;
	display: inline;
	padding-bottom: 10px;
}

div.row {
	clear: both;
	width: 340px;
}

.submit {
	margin-left:175px;
    border: none;
} 

.input {
	background-color: #fff;
	font: 0.9em Arial, Helvetica, sans-serif;
	color: #433803;
	width: 100%;
	margin: 4px 0 5px 8px;
	padding: 1px;
	vertical-align:top;
	border: 1px solid #635939;
}

.textarea {
	border: 1px solid #635939;
	background-color: #fff;
	font: 0.9em  Arial, Helvetica, sans-serif;
	color: #433803;
	margin: 4px 0 5px 8px;
	vertical-align:top;
}

.red {color: #FF0000}