.mainbg {
	background-image: url(../images/mainbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bgleaf {
	background-image: url(../images/bgleaf.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.horline {
	background-image: url(../images/horline.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
.btmshade {
	background-image: url(../images/btmshade.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.formbutton {
	width: 60px;
	height: 18px;
	color: #FFFFFF;
	background:#009900;
	padding: 2px 2px 4px;
	font-weight: bold;
	font-size: 9px;
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
}
.formbutton:hover {
	width: 60px;
	height: 18px;
	color: #FFFFFF;
	background:#FF9900;
	padding: 2px 2px 4px;
	font-weight: bold;
	font-size: 9px;
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
}
.txtfld {
	font: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border-top: 1px solid #009900;
	border-right: 1px solid #009900;
	border-bottom: 1px solid #009900;
	border-left: 1px solid #009900;
	width: 200px;
	color: #006600;
	font-size: 11px;
}
textarea{
	width: 200px;
	height: 55px;
	border-top: 1px solid #009900;
	border-right: 1px solid #009900;
	border-bottom: 1px solid #009900;
	border-left: 1px solid #009900;
	background-color: #FFFFFF;
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.doted_line
{
	border-right:#C9E8C9 dotted 1px;
}	

