#poll_pan {
	width: 300px;
	padding: 10px;
}
#poll_pan #poll_icon {
	padding: 10px;
	font-size: 14px;
}

#poll_text {
	display: none;
}
#poll_buttons {
	text-align: center;
}
#voting_elements {
	margin-top: 10px;
	margin-bottom: 10px;

}
#poll_pan #voting_elements label {
	vertical-align: middle;
	text-align: center;
}

#poll_pan fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
}
#poll_pan fieldset legend {
	font-size: 14px;
	color: #930;
}
#poll_pan input.poll_input {
	height: 25px;
	width: 50px;
	background-color: #C33;
	color: #FFF;
	border: 1px solid #FFF;
	border-collapse:collapse;
}
#poll_text_date {
	margin: 2px;
	text-align: center;
	font-size: 11px;
}
#poll_pan #poll_text_date span {
	color: #F00;
}

#poll_pan input.poll_radiobutton {
	color: #F00;
}
#poll_pan #poll_area{
	position: relative;
	border: 1px solid #A8A58F;
	background-color: #FFF;
	text-align: center;
	padding: 2px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	height: 16px;
	color: #333;
}
#poll_area span {
	position: relative;
	z-index: 2;
}

#choices {
	width: 50%;
	top: 1px;
	right: 1px;
	position: absolute;
	height: 18px;
	z-index: 0;
}
.choice1 {
	background-color: #F00;

}

.choice2 {
	background-color: #039;
}

.choice3 {
	background-color: #9C6;
}

.choice4 {
	background-color: #03F;
}


#poll_pan #voting_elements ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#poll_pan #voting_elements ul li {
	margin: 0px;
	padding: 5px;
}