.formBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 18px;
}



.formSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #999999;
	line-height: 15px;
	}

.formButton {
	font-family: Arial;
	font-size: 10px;
	color: #666600;
	background-color: #AFAF37;
	height: 15px;
	background-image: url(../_images/bg-button.gif);
	background-repeat: repeat-x;
	width: 60px;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
		}
		
.formButtonLong {font-family: Arial;
 		font-size: 12px;
 		color: #333300;
 		font-weight: regular;
		border-style: outset;
		border-width: 2px;
		border-color: #FFCC33;
		background-color: #333300;
		height: 25;
		width: 150;
		}

.formArea {
	font-family: Arial;
	color: #FF6600;
	border: 1px solid #CCCCCC;
	background-color:#E7F7C6;
	font-size: 12px;
			}
			
.formBox {
	font-family: Arial;
	color: #FF6600;
	border: 1px solid #999999;
	background-color:#E7F7C6;
	font-size: 11px;
	height: 15px;
			}
.formBodyWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 18px;
}

.formBoxGreen {
	font-family: Arial;
	color: #333333;
	border: 1px solid #FFFFFF;
	background-color:#CCCC66;
	font-size: 11px;
	height: 15px;
	font-weight: bold;
}
.formBoxWhite {
	font-family: Arial;
	color: #669900;
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	font-size: 10px;
	height: 13px;
	vertical-align: middle;
}
