.formHider {
	background-color: #000000;
	overflow: hidden;
	position: absolute;
	z-index: 30000;
	display: block;
	position: absolute;
	background-image:  url("images/circle_loop.gif");
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #CCCCCC;
}
.validateError {
	background-color: #FFFFFF;
	color: #920095;
	position: absolute;
	margin-right: 5px;
	margin-left: 5px;
}
form div {
	padding-top: 2px;
	padding-bottom: 2px;
}
form label {
	float: left;
	width: 80px;
	text-align: right;
	margin-right: 5px;
	padding-top: 3px;
}
form .action {
	padding-left: 85px;
	float: left;
}
form {
	margin: 0px;
	padding: 0px;
}
.input {
	background-color: #FFFFFF;
	border-top: 1px solid #ABADB3;
	border-right: 1px solid #DBDFE6;
	border-bottom: 1px solid #E3E9EF;
	border-left: 1px solid #E2E3EA;
	background-image:  url(images/grad_reverse.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 2px;
	padding-bottom: 1px;
}
form .action .button {
	background-color: #FFFFFF;
	background-image:  url("images/gray_grad.jpg");
	background-repeat: repeat-x;
	background-position: left top;
	border-top: 1px solid #E3E9EF;
	border-right: 1px solid #DBDFE6;
	border-bottom: 1px solid #ABADB3;
	border-left: 1px solid #DBDFE6;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	clear: none;
	float: left;
}
.error {
	background-color: #FFF4F4;
	border-top: 1px solid #ABADB3;
	border-right: 1px solid #DBDFE6;
	border-bottom: 1px solid #E3E9EF;
	border-left: 1px solid #E2E3EA;
	background-image: none;
	padding-top: 2px;
	padding-bottom: 1px;
}
.formHeading {
	font-size: 90%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
}
form .num {
	margin-bottom: 6px;
}
form .action .buttonDwn {
	background-color: #FFFFFF;
	background-image:  url(images/gray_grad.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	clear: none;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A5B8CB;
	border-right-color: #F0F2F4;
	border-bottom-color: #E3E9EF;
	border-left-color: #B7BFCC;
}
form .action .buttonOvr {
	background-color: #FFFFFF;
	background-image:  url(images/grad_reverse.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	clear: none;
	float: left;
	border: 1px solid #FF9933;
}
