/* CSS Document */


form { width:100%; margin:0 auto; }
fieldset { border:none;  }
fieldset legend { display:block; padding-bottom:10px; font: bold 13px; color:#fff; }

form label { display:block; padding-bottom:30px; }
form label span { display:block; float:left; width:30%; font-weight:bold; text-align:right; }
form label input, form label textarea, form label select {
	float:left;
	margin-left:5px;
	width:65%;
	border:1px solid #AA6F47;
	color:#602d11;
	font:Georgia, "Times New Roman", Times, serif;
}
form label  select {
	float:left;
	margin-left:5px;
	width:30%;
	border:1px solid #AA6F47;
}
form label input:focus, form label textarea:focus {
	background-color:#F7E6D4;
}

form div { text-align:center; margin:10px auto; }
form div input {
	color:#FFF;
	width:35%;
	background-color:#AA6F47;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}


form div input:hover {background-color:#8F0000; width:35%;}

div.Note {
	text-align:left;
	color:#AA6F47;
	margin-bottom:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
