﻿
.Poll_Custom1
{
	padding: 3px 15px 0px;
	width: 270px;
	font: normal medium/1.6em "Trebuchet MS", sans-serif;
}



.Poll_Custom1 .innerDiv
{
	width:100%;
}

.Poll_Custom1 .poll
{
	text-align: left;

}

.Poll_Custom1 .poll .question
{
	display: block;
	color: #000;
	font-size: 12px;
	font-weight:bold;
	text-align: left;
}


.Poll_Custom1 .poll .result,
.Poll_Custom1 .poll .options
{
	font-size: 12px;
	margin-bottom: 4px;
	margin-top: 3px;
	color: #000;
}

.Poll_Custom1 .poll .option,
.Poll_Custom1 .poll .vote
{
	font-size: 12px;
	width: 100%;
	color: #000;
}

.Poll_Custom1 .poll .radio
{
	font-size: 12px;
	vertical-align: top;
	width: 10px;
}

.Poll_Custom1 .poll .number
{
	font-size: 12px;
	vertical-align: top;
	width: 10px;
	padding-top:2px;
	color: #000;
	padding-right:4px;
	display:none;
}

.Poll_Custom1 .poll .text
{
	font-size: 12px;
	vertical-align: top;
	padding-top:2px;
	color: #000;
}

.Poll_Custom1 .poll .bar
{
	padding-left: 10px;
	color: #000;
}

.Poll_Custom1 .poll .percent
{
	font-size: 11px;
	vertical-align: top;
	text-align: left;
	color: #000;
}

.Poll_Custom1 .total
{
	font-size: 11px;
	vertical-align: top;
	text-align: left;
	color: #000;
}

.Poll_Custom1 .bottom
{
width:150px;
}

.Poll_Custom1 .button
{	color: #052144;
	text-decoration: none;
	font-weight:bold;
	cursor: hand;
	cursor:pointer;
	display:block;
    	font-size: 12px;
    	border:1px solid #ccc;
}

