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

fieldset{
border-color:#8F8043;
border:1px;
border-style: dotted;
border-color: #8F8043;
width:520px;
}

.field {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #8F8043;
	width: 140px;
	border:1px;
	border-style: dotted;
	border-color: #8F8043;
}
.field:focus {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #8F8043;
	width: 140px;
	border:1px;
	border-style: solid;
	border-color: #991424;
}

.butt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #8F8043;
	width: 100px;
	border-style: solid;
	border-color: #8F8043;
}

.checkbox {
	color: #991424;
	background-color: #8F8043;
	border-style: solid;
	border-color: #8F8043;
	border:1px;
}

.cfbutt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #8F8043;
	width: 142px;
	border-style: solid;
	border-color: #8F8043;
}