.pollsContent {
	width: 622px;
	height: 500px;
	margin: 15px 20px 10px;
	float: left;
}

.pollsCat {
	width: 146px;
	margin-right: 11px;
	float: left;
}

.new-cont {
	position: absolute; 
	right: 5px; 
	margin-top: 7px;
}

.pollsCatTop {
	background: url(/images/polls/polls-cat-top.gif) top left no-repeat;
	width: 146px;
	height: 27px;
	float: left;
}

.pollsCatBottom {
	background: url(/images/polls/polls-cat-bottom.gif) bottom left no-repeat;
	width: 146px;
	height: 27px;
	float: left;
}

.pollsCatMid {
	background-color: #222122;
	width: 146px;
	min-height: 492px;
	float: left;
}

.pollsCatMid ul {
	list-style: none;
	width: 146px;
	height: 400px;
}

.pollsCatMid li {
	width: 146px;
	float: left;
}

.pollsCatMid li a {
	border-bottom: 1px solid #2a2a2a;
	border-top: 1px solid #161616;
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
	width: 132px;
	padding: 5px 0 6px 14px;
	text-decoration: none;
	float: left;
}

.pollsCatMid li a:hover {
	background-color: #0b0b0b;
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
	width: 132px;
	padding: 5px 0 6px 14px;
	margin-right: -11px;
	text-decoration: none;
	float: left;
}

.pollsCatMid li.current a {
	background-color: #0b0b0b;
	border-bottom: 1px solid #2a2a2a;
	border-top: 1px solid #161616;
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
	width: 132px;
	padding: 5px 0 6px 14px;
	margin-right: -11px;
	text-decoration: none;
	float: left;
}



#search { 
	width: 310px;
	margin: -8px 0 0 16px; 
	float: right; 
}

#search form {
	padding: 0;
	margin: 0 0 8px;
	float: left; 
}

#search form input, form label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#search form p { position: relative; margin: 2px 0; float: left; }
#search form p label { position: relative; top: 0; left: 0; }
#search form p br {display: none;}


#search form p input {
	width: 184px;
	margin: 0;
	padding: 3px;
	border: solid 1px #e5e5e5;
}

#search form p label {
	width: 173px;
	margin: 4px 5px 4px 6px;
	padding: 0;
	display: inline;
	color: #fff;
}

#search form img.btn-search { 
	background: url(/images/videos/btn-search.png) top right no-repeat; 
	width:53px; 
	height: 22px;
	margin: 3px 0 0 5px;
	float: right;
	cursor: pointer;
}

.latest-polls {
	 position: absolute; 
	 right: 5px; 
	 margin-top: 7px;
}

.pollContent {
	width: 505px;
	float: left;
}

.pollsTop {
	background: url(/images/polls/polls-cont-top.gif) top left no-repeat;
	width: 505px;
	height: 10px;
	float: left;
}

.polls-title {
	margin: -3px 10px 0;
	float: left;
}

.pollsTitle {
	background-color: #161616;
	border: 2px solid #262626;
	font-size: 12px;
	font-weight: bold;
	width: 420px;
	padding: 10px 13px;
	margin-bottom: 15px;
	float: left;
}

.pollsTopPanel {
	background: url(/images/polls/k-top-panel.gif) top left no-repeat;
	width: 469px;
	height: 35px;
	padding: 8px 18px 0 18px;
	float: left;
}

.polls-genre {
	font-size: 15px;
	font-weight: bold;
	padding-top: 3px;
	float: left;
}

.pollsBottom {
	background: url(/images/polls/polls-cont-bottom.gif) bottom left no-repeat;
	width: 505px;
	height: 10px;
	float: left;
}

.pollsMid {
	background-color: #2f2e2f;
	width: 505px;
	height: auto;
	float: left;
}

.pollsMain {
	width: 460px;
	min-height: 350px;
	margin: 15px 20px 3px 25px;
	float: left;
}

.pollsList {
	width: 460px;
	height: auto;
	margin: 5px 0;
	padding: 0;
	float: left;
}

.pollsList ul {
	width: 450px;
	list-style:none;
	margin: 0;
	padding: 0;
	float: left;
}

.pollsList li {
	border-bottom: 1px solid #242424;
	width: 425px;
	margin-bottom: 15px;
	padding: 0 25px 20px 0;
	line-height: 12px;
	float: left;
}

.pollsList li.last {
	border: none;
}
	

.pollsList li a {
	color: #fff;
	text-decoration: none;
	float: left;
}

.pollsList li a:hover {
	color: #fff;
	text-decoration: underline;
	float: left;
}

.polls-cont {
	width: 400px;
	padding: 0 25px;
	text-align: left;
	float: left; 
}

p.label_radio {
	clear: both;
	float: none;
	margin-bottom: 8px;
}
p.label_radio input {
	margin-top: 4px;
	float: left;
}

p.label_radio label {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 4px 0;
	margin-right: 70px;
	text-indent: 10px;
	width: 280px;
	float: left;
}

p.label_radio label span {
	font-weight: bold;
}

.pollsButton {
	padding: 15px 0 10px;
	float: left;
}

.view-results { 
	margin: 0 0 -25px 0;
	position: relative; 
	right: 0;
	float: right;
}

.sep {
	font-size: 12px;
	height: 10px;
	padding: 1px 5px 0; 
	float: left;
}

.pager {
	padding: 10px 0 5px 175px;
	float: left;
}
