@charset "utf-8";
/* CSS Document: styles for mailform */

fieldset {
	border: thin solid #CCC;
	padding: 10px;
}
.row{
	clear: both;
	line-height: 2em;
}
.leftcol {
	float: left;
	width: 20%;
	margin: 1px;
	text-align: right;
}
.rightcol {
	float: right;
	width: 77%;
	margin-right: 1%;
}
input, textarea
{
	font: 1em/1.5em Verdana, Geneva, sans-serif;
	border: thin solid #666;
	width: 30em;
}
input#send, input#clear{
	margin: 0px;
	padding: 5px;
	width: 8em;
	border: medium outset #CCC;
	font-size: 1em;
	color: #FFF;
	font-weight: bold;
	background: #6a4;
}
input[type="submit"]:hover, input[type="reset"]:hover
     {
	outline:    1px solid #000;
	color: #FFC;
     }


#spacer {
	height: 2em;
}