body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(images/bg_repeating.jpg);
	background-repeat: repeat;
}
.bg_column {
	background-image: url(images/bg_gradient_column.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.bg_left_column {
	background-image: url(images/bg_left_gradient_repeating.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.checkbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	height: 50px;
	width: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.field {
	height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}



.bg_right_column {
	background-image: url(images/bg_right_gradient_repeating.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.submitbutton {
	background-attachment: scroll;
	background-image: url(images/button.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 38px;
	width: 335px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}


.header_bg {
	background-color: #333333;
	background-image: url(images/bg_gradient.jpg);
	background-repeat: repeat-x;
	background-position: center -50px;
	background-attachment: scroll;
}
.fielderror {
	height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
}
.countdownsmall {
	height: 25px;
	width: 75px;
	font-size: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #000000;
	color: #66FF00;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.checkbox2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	height: 25px;
	width: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
