input { 
	width: 300px; 
	border-right: 1px solid #E8E8E8; 
	border-left: 1px solid #E8E8E8; 
	border-top: 1px solid #E8E8E8; 
	border-bottom: 1px solid #E8E8E8;
	background-color: black;
	font-size: 9pt;
	color: #FFC;
	font-style: italic;
	text-align: center;
	font-family: "Times New Roman", Times, serif; 
}
b {
	font-weight: normal;
	color: gold;
	}
.inputError { 
	width: 300px; 
	border-right: 1px solid #E8E8E8; 
	border-left: 1px solid #E8E8E8; 
	border-top: 1px solid #E8E8E8; 
	border-bottom: 1px solid #E8E8E8;
	background-color: black;
	font-size: 9pt;
	color: red;
	font-style: italic;
	text-align: center;
	font-family: "Times New Roman", Times, serif; 
}
.counting { 
	width: 300px; 
	border-right: 1px solid #000000; 
	border-left: 1px solid #000000; 
	border-top: 1px solid #000000; 
	border-bottom: 1px solid #000000;
	background-color: black;
	font-size: 9pt;
	color: #FFC;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif; 
}
textarea {
 	width: 480px;
	height: 300px;
	border-right: 1px solid #E8E8E8; 
	border-left: 1px solid #E8E8E8; 
	border-top: 1px solid #E8E8E8; 
	border-bottom: 1px solid #E8E8E8;
	background-color: black;
	font-size: 9pt;
	color: #FFC;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	scrollbar-face-color: #000000; 
	scrollbar-track-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #000000; 
	scrollbar-arrow-color: #FFFFFF;
	}
select { 
	width: 300px; 
	border-right: 1px solid #E8E8E8; 
	border-left: 1px solid #E8E8E8; 
	border-top: 1px solid #E8E8E8; 
	border-bottom: 1px solid #E8E8E8;
	background-color: black;
	font-size: 9pt;
	color: #FFC;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	}
.ticBox { 
	width: 20px;
	border: 0px;
	background-color: black;
	}
.radio { 
	width: 20px;
	border: 0px;
	background-color: black;
	cursor: pointer;
	}
.textCell {
	width: 105px;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	color: #FFC;
	text-align: left;
	padding: 10px;
	}
.inputCell {
	width: 380px;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	color: #FFC;
	text-align: right;
	padding: 5px 0px 5px 0px;
	}
.textAreaCell {
	width: 480px;
	text-align: center;
	}
.buttonCell {
	width: 480px;
	text-align: right;
	padding: 0px;
	}
.button {
	width: 125px; 
	border-right: 1px solid #E8E8E8; 
	border-left: 1px solid #E8E8E8; 
	border-top: 1px solid #E8E8E8; 
	border-bottom: 1px solid #E8E8E8;
	font-size: 9pt;
	font-family: "Times New Roman", Times, serif;
	background-color: black;
	color: #FFC;
	cursor: pointer;
	}
.errors {
	width: 480px; 
	font-size: 12px;
	color: red;
	font-weight: bold;
	text-align: right;
	padding: 20px 0px 0px 0px;
	font-family: "Times New Roman", Times, serif;
	}
.leftButton {
	width: 100px; 
	border-top: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	border-right: 0px solid #E8E8E8;
	font-size: 9pt;
	color: gold;
	background-color: black;
	font-family: Arial, Helvetica, Sans-serif;
	padding: 0px;
	cursor: pointer;
	}
.rightButton {
	width: 100px; 
	border-top: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	font-size: 9pt;
	color: gold;
	background-color: black;
	font-family: Arial, Helvetica, Sans-serif;
	padding: 0px;
	cursor: pointer;
	}
.middleButton {
	width: 100px; 
	border-top: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 0px solid #E8E8E8;
	font-size: 9pt;
	color: gold;
	background-color: black;
	font-family: Arial, Helvetica, Sans-serif;
	padding: 0px;
	cursor: pointer;
	}
