/***** Form Related Styles *****/

.INPUT1 {
	border: #5b3c0e 1px outset;
	background: #fff url(../images/bgfield.gif);
	color: #5b3c0e;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 3px
}

label {
	font-weight: bold;
	cursor: pointer
}

label.error {
	font-weight: bold;
	color: red;
	cursor: pointer
}

label.check {
	font-weight: normal
}

.errormsg {
	color: red
}

.button {
	padding-top:1px;
	border-right: #656149 1px outset;
	border-top: #B1AA94 1px outset;
	border-left: #B1AA94 1px outset;
	color: #FDFDFD; 
	border-bottom: #7E775F 1px outset;
	background-color: #8C856B
}
