#content-desc {
	padding-right: 0px;
	padding-left: 0px;
	min-height: 420px;
	background: url(/_upload/Image/new/006_copy.jpg) no-repeat 50% 60px;
	padding-bottom: 0px;
	margin: 0px;
	width: 610px;
	padding-top: 0px;
	height: 560px;
	/*text-align: right;*/
}
.pageTitle {
	text-align: center;
	margin: 0px 20px 10px 20px;
	padding:0;
	font-family: verdana ! important;
	font-size: 1.37em ! important;
}
#poll_head {
}

#poll {
	margin: 0 0px 20px 0px;
	margin: 0 0 0 300px;
	width: 310px;
}
.question {
	margin: 5px 0 5px 20px;
	font-weight: bold;
	font-size: 1em;
}
#poll .answers {
	margin: 0 0 10px 0;
}
#poll .answer {
	clear: both;
	float: none;
	position: relative;
	width: 100%;
	margin: 5px 0;
	font-size: 0.9em;
	overflow:hidden;
	font-weight: bold;
}
#poll .answer input {
	position: absolute;
	left: 0px;
	top: 6px;
}
#poll .answer label {
	display: block;
	font-weight: bold;
	margin: 7px 2px 7px 25px;
}
#poll input.vote {
	color: #ffffff;
	font-weight: bold;
	background:#FF9F00;
	border:3px solid #ffffff;
}
#poll .points {
	margin: 0 0 5px 0;
}
#poll .points .bar {
	float: left;
	height: 10px;
	width: 1px;
	background: #0E7CC1;
}
#poll .points .score {
	height: 10px;
	color: #4682b4;
	font-size: 0.8em;
	white-space: nowrap;
}
#poll .results {
	margin: 10px 0 0 0;
}
#poll .votes,
#poll .date {
	font-size: 0.8em;
}

#poll_archive {
	margin: 10px;
}
#poll_archive .title {
	margin: 10px 0;
	font-size: 1.2em;
	font-weight: bold;
}
#poll_archive .question {
	margin: 5px 0;
	font-weight: bold;
	font-size: 1em;
}
#poll_archive .votes {
	color: #808080;
	font-size: 0.8em;
}
