.poll
{
	width: 150px;
	margin: 0px 0 10px 10px;
	border: 1px solid #333;
}

.poll h3
{
	background-color: #12365A;
	color: #fff;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	padding: 8px 5px;
	margin: 0px 0px 10px 0px;
	font-family: Verdana, Arial, sans-serif;
	line-height: 150%;
}

.poll label
{
	color:#333335;
	font-size:12px;
	font-weight:normal;
}

.poll p
{
	text-align: center;
	margin: 0px;
	font-size: 12px;
}

.poll a.item, a.checked
{
	display: block;
	padding-left: 20px;
	background: transparent url(images/checkmark.gif) left bottom no-repeat;
	height: 14px;
	text-decoration: none;
	font-size: 12px;
	line-height: 115%;
	margin: 15px 10px;
	outline: none;
}

.poll a.checked
{
	background-position: left top;
}

.poll a.button 
{
    background: transparent url(images/bg_button_a.gif) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin: 5px 0px 10px 0px;
    padding-right: 18px;
    text-decoration: none;
	outline: none;
}

.poll a.button span 
{
    background: transparent url(images/bg_button_span.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
	margin-left: 15px;
}

.poll a.button.dis
{
	color: #999;
}

.poll a.button:active 
{
    background-position: bottom right;
    color: #000;
}

.poll a.button.dis:active
{
	color: #666;
}

.poll a.button:active span 
{
    background-position: bottom left;
    padding: 6px 0 4px 18px;
}

.poll .results
{
	border: 1px solid #333;
	margin: 2px 5px 10px 5px;
}

.poll .results .inner
{
	width: 0;
	height: 13px;
	text-align: right;
}

.poll .results small
{
	font-size: 10px;
	font-weight: bold;
	margin: 0px 2px;
}

.poll .loading
{
	width: 15px;
	height: 15px;
	background: transparent url(images/loading.gif) no-repeat;
	margin: 50px auto;
	display: none;
}

.view_results
{
	font-size: 11px;
	display: block;
	text-align: center;
	height: 18px;
}

.view_poll
{
	font-size: 11px;
	display: block;
	text-align: center;
	height: 18px;
}