@charset "utf-8";
/* Default Page CSS */
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Verdana, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #FFFFFF;
	width:762px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
table, td, tr, th, div, select {
	font-size: 12px;
	font-family: Verdana, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
input {
	font-size: 12px;
	font-family: Verdana, "Times New Roman", Times, serif;
	color: #000000;
}
.p {
	margin:0px;
	padding:0px;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	text-align: inherit;
	color: inherit;
	line-height: inherit;
	vertical-align: top;
	text-align:left;
}
p {
	padding-top:0px;
	margin-top:0px;
	font-weight:normal;
}
div {
	margin:0px;
	padding:0px
}
.AbsWrap {
	width: 100%;
	position: relative;
}
.rowWrap {
	width: 100%;
}
.clearfloat {
	clear:both;
	height:0px;
}
a:link, a:visited{
	COLOR: #FFCC00;
	text-decoration:inherit;
}
#main {
	width:762px;
	margin-left:auto;
	margin-right:auto;
}
#footer {
	text-align:center;
	margin-top:5px;
	color:#000000;
}
#content {
	margin:0;
	padding:20px 35px 10px 35px;
	background-image: url(../images/contentBg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #B87183;
	min-height: 345px;
}
#content-finalists {
	margin:0;
	padding:20px 20px 10px 20px;
	background-image: url(../images/contentBg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #B87183;
	min-height: 345px;
}
#contentEnd {
	margin:0;
	padding:0;
	background-image: url(../images/contentEnd.jpg);
	background-repeat: no-repeat;
	width:762px;
	height:28px;
}
#contentFooter {
	margin:0;
	padding:0;
	background-image: url(../images/contentFooter.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width:762px;
	height:144px;
}
.btnBack {
	float:right;
	clear:both;
	width:90%;
	margin-right:20px;
}
ol {
	line-height:14px;
}
li {
	font-weight:bold;
}
h1 {
	font:20px bold;
	margin-bottom:15px;
	text-align:center;
}
h3 {
	font:16px bold;
	margin-bottom:15px;
	text-align:center;
}
.checkBox:hover { 
	background-image:url(../images/voteCheck.png); 
	background-repeat: no-repeat;
}
.checkBox-Selected { 
	background-image:url(../images/voteSelected.png); 
	background-repeat: no-repeat;
}