body {
	background: #6393D2 url(../images/bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	color: #333333;
	font: 12px "Lucida Grande", Arial, Helvetica, Sans-serif;
}
#header {
	text-align: center;
}
#poll {
	width: 290px;
	float: left;
	background: url(../images/line.gif) no-repeat right center;
	padding-right: 10px;
	margin-right: 20px;
}
#poll legend {
	color: #333333;
	font: bold 16px "Lucida Grande", Arial, Helvetica, Sans-serif;
	letter-spacing: 2px;
}
#wrapper {
	margin: 0px auto;
	width: 900px;
}
#poll fieldset {
	padding: 8px 15px 15px;
	border-style: none;
}
#lowerSection div h1 {
	margin: 0px;
	padding: 0px;
}
#poll label, #poll li {
	display: block;
	padding: 5px;
	font-size: 14px;
}
#poll .poll_controls {
	margin-top: 15px;
	display: block;
	text-align: center;
}
#poll #voteBtn {
	background: url(../images/vote_btn.gif);
	height: 24px;
	width: 89px;
	border-style: none;
}
a {
	color: #333333;
}
#list {
	float: left;
	width: 290px;
	background: url(../images/line.gif) no-repeat right center;
	margin: 0px 20px 0px 0px;
	padding: 0px 20px 0px 0px;
}
#form {
	float: left;
	width: 250px;
}
#lowerSection div h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 8px 0px;
	padding: 0px;
	letter-spacing: 2px;
}
#listWrap .list_item {
	border-bottom: 1px solid #333333;
	height: 20px;
	padding: 5px 10px;
	font-size: 14px;
}
#listWrap .list_item .state {
	float: left;
	width: 55px;
	text-align: right;
	display: block;
}
#listWrap .list_item .name {
	float: left;
	width: 210px;
	display: block;
}
#list .controls #prevPage {
	width: 130px;
	float: left;
	display: block;
	padding-left: 10px;
}
#list .controls #nextPage {
	display: block;
	float: left;
	width: 135px;
	text-align: right;
	padding-right: 15px;
}
#list .totals {
	float: left;
	width: 280px;
	padding-left: 10px;
	font-weight: normal;
	font-size: 16px;
}
#list .totals em {
	font-weight: bold;
}
#form #signBtn {
	background: url(../images/signBtn.gif) no-repeat;
	height: 24px;
	width: 89px;
	border-style: none;
}
#form label {
	display: block;
	width: 60px;
	float: left;
	text-align: right;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
#form #updateForm {
	margin: 30px 20px 0px;
}
#form .form_controls {
	text-align: center;
	display: block;
}
#list .controls {
	display: block;
	height: 20px;
	margin-top: 10px;
}
#form input {
	float: left;
	width: 120px;
	margin: 0;
}
#form p {
	width: 100%;
	margin: 0;
	padding: 10px 0;
}
h3 {
	font-size: 14px;
	margin: 0;
	padding: 0;
}#header p {
	font: 14px "Lucida Grande", Arial, Helvetica, Sans-serif;
	display: block;
	margin-bottom: 30px;
}
#lowerSection {
	height: 300px;
}
#footer {
	text-align: center;
}
