/*css untuk form polling */
#pollingContainer{
	height: auto;
	width: 216px;
	margin-top: 10px;
}
#pollingContainer2{
	margin-bottom: 10px;
	width: 450px;
}


#pollingCell{
	padding: 3px 16px 3px 25px;
	background: url('../images/content_03.gif');
	background-repeat: repeat-y;
	color: #333;
}
#pollingCell2{
	background:url('../images/stdHeader_02.gif');
	background-repeat: repeat-y;
	padding: 4px 15px 4px 15px;
}


#pollingCellHeader{
	background:url(../images/content_01.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 15px 4px 4px 4px;
	text-align: center;
	color: #333;
	font-weight: bold;
}
#pollingCellHeader2{
	background:url('../images/stdHeader_01.gif');
	background-repeat: no-repeat;
	font-weight: bold;
	color: #333;
	padding: 4px 8px 10px 15px;
	height: auto;
}

#pollingCellBottom{
	height: 10px;
}
#pollingCellBottom2{
	text-align: center;
}

.pollingResult{
	padding: 4px;
	border: 1px solid #ddd;
}
input.pollingButton{
	border: 1px solid #000;
	background-color: #efefef;
	color: #333;
	font-weight: bold;
	padding: 0px 2px 0px 2px;
}
a.pollingLink{
	color: #333;
}
a.pollingLink:hover{
	color: #f80;
}
