#pollContainer{
	margin-top: 15px;
	*height: 242px;
	background-image: url(../img/layout/hptv_contents_container_bg.gif);
}

#polling{
	width: 262px;
	height: 194px;
	padding: 15px;
	*height: 0px;
}

#pollHeader{
	width: 250px;
	height: 23px;
	background-color: #ff00d2;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	padding-top: 6px;
	padding-left: 12px;
}

#firstOption, #secondOption{
	float: left;
	margin-top: 10px;
	*margin-top: -5px;
	text-align: center;
}

#secondOption{
	margin-left: 5px;
}

#firstOption img, #secondOption img{
	border: solid 3px #d7d7d7;
	margin-bottom: 5px;
}

#firstOptionPercent, #secondOptionPercent{
	font-size: 22px;
	font-weight: bold;
	position: absolute;
	width: 50px;
	margin-left: 60px;
	margin-top: 80px;
}

.pollingTable{
	background-color: #d7d7d7;
	width: 128px;
	height: 23px;
}

.pollingTable td{
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	color: #000;
}

.pollingOption{
	width: 102px;
	border-right: solid 1px #000;
}

#submit_btn{
	float: right;
	margin-top: 10px;
}