html{
	margin:0px;
	padding:0px;
}
body {
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-style:normal;
	margin:0;
	padding:0;
	text-align:center;
	text-shadow:1px 1px 0 #000000;
	background-color: #000000;
}
h1{
	margin:0px;
	font-size: 20px;
}
h2{
	margin:0px;
	font-size: 17px;
}
h3{
	margin:0px;
	font-size: 14px;
}
label {
	padding-left: 3px;
	position: relative;
	top: -1px;
}
li {
	padding-top: 13px;
	padding-right: 20px;
}
p{
	margin:0px 0px 8px 0px;
}
a {
	color:#FFFFFF;
	font-weight:bold;
	outline: none;
}
a:hover, #footer, #footer a {
	color: #fcd639;
}
a:active {
  outline: none;
}
input.textBox, select {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	height: 18px;
}
input.textBox {
	border-top: 2px solid #000000;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 1px solid #000000;
}

ul.clear li {
	float: left;
}

.underlineYellow {
	border-bottom: 1px solid #fcd639;
}
#errors {
	color: #ff2222;
	position: absolute;
	left: 560px;
}
#thankYouMsg {
	position: static;
	margin: 0px;
}
#btnSubmit {
	width: 268px;
	height: 34px;
	position: absolute;
	top: 0px;
	left: 0px;
	filter: alpha(opacity = 0);
	opacity: 0;
}

#container{
	margin:0 auto;
	height:100%;
	width: 916px;
	text-align: left;
}
#header{
	height:100px;
	width:916px;
	margin:20px 0px 0px 0px;
}
#countdown{
	height:25px;
	margin:-21px 0 0 286px;
	width:460px;
}
#content{
	height:805px;
	width:900px;
	padding: 0;
	margin:20px 8px 0px 8px;
}
#content_top,
#content_top_thank{height:304px;width:900px;}
#content_top{background:url(../img/banner.jpg) no-repeat;}
#content_top_thank{background:url(../img/banner_thankyou.jpg) no-repeat;}

#content_bottom{
	overflow:hidden;
	background:url(../img/background.jpg) no-repeat;
	height:501px;
	width:900px;
}
#form, #form td {
	font-size: 11px;
	line-height: 15px;
	color: #ffffff;
}
#form {
	overflow:hidden;
	height:481px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: left;
	position: relative;
}
#footer{
	margin:15px 8px 15px 8px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#footer a:hover{
	color: #FFFFFF;
}
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
html .clearfix{height:1%;}
.clearfix{display:inline-block;}
.clearfix{display:block;}
