/* CSS Document */

.ClearFix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.ClearFix {
	display: inline-block;
}
 
html[xmlns] .ClearFix {
	display: block;
}
 
* html .ClearFix {
	height: 1%;
}

h2.VotePage {
	margin-bottom: 10px;
	font-size: 28px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.2;
}

div.VoteBox {
	width:418px;
	padding: 0px 15px;
	border-left: 1px solid #bca228;
	border-right: 1px solid #bca228;
}
div.VoteTitle {
	margin-left:80px;
}
div.VoteField {
	display: none;
	margin: 10px 0 0 0;
}
div.VoteReviewField {
	display: none;
	margin: 5px 0 10px 0;
}
li#sf2 div.VoteField,
li#sf2 div.VoteReviewField {
	/*display: block;*/
}
div.VoteTitle label {
	float: left;
	width: 84px;
	height: 75px;
	
	background: url(../images/bg_vote_laurel.png) center center no-repeat;
}
div.VoteTitle label span {
	display: block;
	margin-top: 30px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
div.VoteTitle label.Favorite span {
	margin-top: 23px;
}
div.VoteTitle img {
	float: left;
	margin: 30px 0 0 20px;
}
div.VoteButton {
	margin-top: 15px;
}
ul#stepForm fieldset {
	margin: 0;
	padding: 0;
	border: none;
	min-height: 1320px;
}
ul#stepForm,ul#stepForm li {
	margin: 0;
	padding: 0;
}

ul#stepForm li {
	list-style: none;
}
ul#stepForm li#sf2 .Inputbox {
	margin: 2px 0;
}
input#formNext1,
input#formNext2,
input#formBack0 {
	width: 133px;
	height: 19px;
	border: none;
	background: #A70000 url(../images/bg_button.png) top left no-repeat;
	font-weight: bold;
	color: #FFFFFF;
}

div#VoterDetails label {
	display: block;
	float: left;
	width: 115px;
}

div.pcd_top {
	background:url(../images/bdr_pcd_top.gif) no-repeat;
	width:450px;
	height:10px;
	margin:0;
}

div.pcd_bottom {
	background:url(../images/bdr_pcd_bottom.gif) no-repeat;
	width:450px;
	height:10px;
	margin:0 0 10px 0;
}
