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

.contactform {
	font: 1em "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	line-height: 150%;
	color:#666666;
	width:90%;
	margin: 0 auto;
}

fieldset {
	background-color:#f0f8fc;
	border: 1px dotted #3e8ec6;
	position: relative;
	padding: 15px 15px 15px 5px;
}
legend {
	font: 1.2em "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	color:#3e8ec6;
	}	
		
.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: 350px;
}

/* form elements */
.submit {
	margin:15px 0  0 310px;
    	border: 1px dotted  #3e8ec6;
	font: 0.8em "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	padding: 5px 5px 5px 5px;
	color:#666666;
	background-color:#fff;
} 
.input {
	background-color: #fff;
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #433803;
	width: 200px;
	height:20px;
	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;
	width: 200px;
}
.red {color: #3e8ec6}