﻿
.poll-box
{
	background: #C3C4C7;
	width:230px;
	margin-left:25px;
	margin-top:10px;
}
.poll-question
{
	/*background: #FFFFFF 000F00*/
	/*color: White; */
	/*border:solid 1px white; */
	font-size:13px;
	font-weight:bold;
	padding:5px;
	margin-bottom:10px;
}
.poll-total
{
	background:#FFFFFF; 
	color:Black; 
	border:solid 1px black; 
	padding:5px; 
	margin-bottom:10px;
	text-align:center; 
	text-transform:uppercase;
	font-size:12px;
}
.poll-result
{
	font-size:12px;
	padding-left:4px; 
}
.poll-chart
{
	background: #DBE5F3; 
	padding: 4px; 
	height: 15px; 
	overflow: hidden; 
	vertical-align: middle;
	margin-bottom:10px;
}

.poll-title
{
	background-color:#555555;
	height:19px;
	padding-top:6px;
	width:230px;
}
.txt-title
{
	color:#FFFFFF;
	float:left;
	font-size:14px;
	font-weight:bold;
	 
	text-decoration:none;
	text-transform:uppercase;
	margin-left:2px;
}
.icon-close {
	float:right;
	margin:-4px 2px;
	display:inline;
	width:auto;
}
