
h2.leg{
	text-align:center;
	padding:0.3em;
}
fieldset {
	width:500px;
	background-color: #f5f5f5;
	border: solid 1px #ccc;
	margin:0 auto;
	padding: 20px 10px 10px 10px;
	margin-bottom:40px;
}
form{
	margin-top:30px;
	margin-bottom:20px;
}

label {
	
	line-height: normal;
	text-align: right;
	display: block;
	margin-right: 10px;
	width: 50px;
	float: left;
}
label.contact {
	width: 150px;
}

input.fmintxt {
	border: solid 1px #ccc;
	background-color: #fffeee !important;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px;
	/*height: 25px;*/
}
textarea.fmintxt {
	border: solid 1px #ccc;
	background-color: #fffeee;
	font-size: 12px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px;
	height: 100px;
}
input.buts {
	float:left;
	border: solid;
	border-width:2px 1px 1px 2px;
	border-color: #fff #ccc #ccc #fff;
	background-color:#81994b;
	color:#fff;
	margin-bottom: 10px;
	padding: 2px;
	font-size:90%;
}
input.butcl {
	float:right;
	border: solid;
	border-width:2px 1px 1px 2px;
	border-color: #fff #666 #666 #fff;
	background-color:#81994b;
	color:#fff;
	margin-bottom:10px;
	padding: 2px;	
	font-size:90%;
}
#thanks{
	width:400px;
	padding:75px 0;
	margin:0 auto;
	text-align:center;
	
}
#contact{
	display:block;
	width:180px;
	margin-left:300px;
}
