#pollPage {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.pollBackground {
	width: 100%;
	position: absolute;
	z-index: 500;
	top: 0px;
	left: 0px;
}
.pollContainer {
	position: absolute;
	width: 300px;
	left: 50%;
	top: 50%;
	z-index: 750;
}
.poll {
	background-color: white;
	border: solid 4px black;
	position: relative;
	top: -150px;
	left: -150px;
	z-index: 1000;
	width: 300px;
	padding: 0px;
}
.pollTop {
	width: 292px;
	background-color: #000099;
	padding: 4px;
	color: #FFF;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.pollTop a, .pollTop a:visited {
	color: #CCC;
}
.pollBody {
	padding: 10px;
}
.pollContent {
	background-color: #FFFAD0;
	background-image: url("images/bg/poll.jpg");
	background-repeat: no-repeat;
	border: 1px solid #000;
	color: #000;
	padding: 5px;
}