.main_font {
	font-family: Geneva, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	color: #878776;
	text-align: left;
	vertical-align: 80%;
	}
	
.borderform {
	font-family: Geneva, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #4F3F00;
	background-color: #FFFFCC;
	border: 1px solid #FFE888;
}
.borderblack {
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
}
.error_font {
	font-family: Geneva, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC00;
	text-align: left;
	vertical-align: 80%;
	}