/* CSS Document */

.submitbutton {
	cursor: hand; 
	background: #FAAE56;
	width:90px;
	height:23px;
	border: 0px solid #FAAE56; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	color: #000000;
}
.submitbuttonOVER {
	cursor: hand; 
	background: #FF8B00; 
	width:90px;
	height:23px;
	border: 0px solid #FAAE56; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	color: #000000;
}

.resetbutton {
	cursor: hand; 
	background: #FAAE56;
	width:90px;
	height:23px;
	border: 0px solid #FAAE56; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	color: #000000;
}
.resetbuttonOVER {
	cursor: hand; 
	background: #FF8B00; 
	width:90px;
	height:23px;
	border: 0px solid #FAAE56; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	color: #000000;
}

