@charset "utf-8";
/* CSS Document */



label{
	display:block;
	height:12px;
	width:100px;
	float:left;
	text-align:right;
 margin-right:10;
color:#ffcc00; font-size:14px; font-family:Verdana, Geneva, sans-serif;
}

#form{
	width:800px;
	float:left;
	margin-left:30px;
	text-align:left;
	margin-top:480px;
}

.fieldTitle{
	color:#00cccc;
	font-size:12px;
	float:left;
	width:280px;
	line-height:26px;
}
.linkFooter{
	color:#00cccc;
	font-size:12px;
	text-decoration:underline;
	font-weight:bold;
}

.inputTxt{	
	line-height:19px;
	width:325px;
	font-size:12px;
	border:1px;
	border-color:#5c7d95;
	border-style:solid;
	color:#000;
	background-color:#fff;
	height:20px;
	z-index:100;
	padding-top:3px;
	margin-bottom:3px;

}
.inputArea{	
	line-height:19px;
	width:325px;
	font-size:12px;
	border:1px;
	border-color:#5c7d95;
	border-style:solid;
	color:#000;
	background-color:#fff;
	height:80px;
	z-index:100;
	padding-top:3px;
	margin-bottom:3px;
}



.submitNormal{
	background-image:url(images/btn_submit.gif);
	background-repeat: no-repeat;
	background-color:none;
	background-position: left top;
	width:326px;
	height:52px;
	cursor:pointer;
	background-color:transparent;
	border:none;
		float:left;
		margin-top:8px;
}
.submitOver{
	background-image:url(images/btn_submit.gif);
	background-repeat: no-repeat;
	background-position: left -52px;
	width:326px;
	height:52px;
	cursor:pointer;
	border:none;
	background-color:transparent;
		float:left;
		margin-top:8px;

}

#LF_box{
	width:1000px;
	margin-left:auto;
	margin-right:auto;

	display:block;

	margin-bottom:20px;
}
.lf-right{
width:314px;
float:right;
display:inline-block;

}
.splash{
float:left;
display:inline-block;

width:684px;
height:880px;
}

.regPage{
float:left;
display:inline-block;
background:url(images/bg_reg.jpg) no-repeat top;
width:684px;
height:929px;
}
.thanksPage{
float:left;
display:inline-block;
background:url(images/bg_thanks.jpg) no-repeat top;
width:684px;
height:880px;
}


.linknew{
font-weight:bold;
text-decoration:underline;
color:#000;

}

.clearfix{
	clear:both;
	width:100%;
	height:1px;
	display:block;
}

.error{
font-size:14px;
color:red;
font-weight:bold;
line-height:21px;

}

a#btnHome{
	background-image:url(images/btn_home.gif);
	width:250px;
	height:52px;
	display:block;
	cursor:pointer;
	margin-left:auto;
	margin-right:auto;
}
a#btnNom{
	background-image:url(images/btn_nominate.gif);
	width:250px;
	height:52px;
	display:block;
	float:left;
	cursor:pointer;
}

a#btnSee{
	background-image:url(images/btn_see.gif);
	width:250px;
	height:52px;
	display:block;
	float:right;
	cursor:pointer;
}
a#btnSee2{
	background-image:url(images/btn_see.gif);
	width:250px;
	height:52px;
	display:block;
	float:right;
	margin-right:10px;
	cursor:pointer;
	margin-top:6px;
}
a:hover#btnNom, a:hover#btnSee, a:hover#btnSee2,  a:hover#btnHome {
	background-position: left -52px;
}
