body {
	font-family: 'Raleway', Helvetica, Tahoma, Geneva, sans-serif;
	background-image: url(i/bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 90%;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#message {
	display: block;
	width: 673px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#message p {
	margin: 0px;
	line-height: 24px;
	padding: 0px;
	text-align: left;
}
#voteBox {
	height: auto;
	width: 960px;
	margin-top: 120px;
	background-color: #FFF;
}
#voteBox span.logo{
	height: 127px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(i/vn_logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	position: absolute;
	top: 70px;
	text-align: center;
}
#voteBar {
	display: block;
	width: 673px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding-bottom: 40px;
}
#voteBar h1 {
	font-size: 2em;
	display: block;
	float: left;
	margin: 0px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
	color: #FB3419;
}
#voteBar h2 {
	font-size: 2em;
	display: block;
	float: right;
	margin: 0px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
	color: #E0B920;
}
#votingBar {
	display: block;
	width: 696px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 172px;
	background-image: url(i/bar.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#voteMarks {
	background-image: url(i/bar.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: auto;
}
#voter {
	height: 400px;
	display: block;
	clear: both;
	width: 960px;
	background-color: transparent;
	background-image: url(i/vote-paper.png);
	background-repeat: no-repeat;
	background-position: center center;
}
/* progress bar container */
#progressbar{
	width:673px;
	height:55px;
	position:relative;
	color:black;
	overflow: hidden;
	background-image: url(i/nv_bar.png);
	background-repeat: no-repeat;
	background-position: center center;
}
/* color bar */
#progressbar div.progress{
	position:absolute;
	width:0;
	height:55px;
	overflow:hidden;
	background-image: url(i/v_bar.png);
	background-position: right;
}
#progress {
}
/* text on bar */
#progressbar div.progress .text{
	position:absolute;
	text-align:center;
	color:white;
	display: none;
}
/* text off bar */
#progressbar div.text{
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
	display: none;
}
.fields {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	height: auto;
}
.fields fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fields ol {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	width: 673px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 98px;
	background-image: url(i/inputBox.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.fields li {
	height: 43px;
	text-align: left;
	width: 620px;
	margin: 0px;
	padding-top: 26px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 26px;
}
.fields ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	width: 673px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.fields ul li {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	display: block;
	float: left;
	width: 49%;
	height: 50px;
	line-height: 50px;
	font-size: 1.8em;
}
.fields li img  {
	padding-top: 5px;
}
.fields input.wide {
	height: 43px;
	width: 100%;
	display: block;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 2em;
	color: #999;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.fields input.thin  {
	height: 43px;
	width: 120px;
	line-height: 43px;
	list-style-image: none;
	list-style-type: none;
	background-image: url(i/submit.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 1.6em;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.fields fieldset label {
	text-align: left;
	padding: 5px;
	display: block;
	width: 660px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-weight: bold;
}
#footer {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#social {
	text-align: center;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 360px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#social ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
}
#social ul li {
	display: block;
	float: left;
	line-height: 26px;
	text-align: center;
	padding: 0px;
}
#social ul li a {
	color: #323232;
	text-decoration: none;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
}
#social ul li a:hover {
	color: #000;
	text-decoration: underline;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

