﻿
/* #############   Poll  #################### */
.pollRBarCon
{
	background-color: #CCCCCC;
	width: 100px;
	height: 8px;
	text-align: left; 
}

.pollRBar
{
	background-color: #000066;
	height: 8px;
	text-align: left; 
	
}

.pollRText
{
	padding-top: 5px;
	width: 100%;
	text-align: left; 
	
}

.pollCon
{
	padding-bottom: 15px;
	padding-top: 15px;
}

.pollMain
{
	border:1px solid #315450;
	padding: 10px;
	padding-top:45px;
	text-align: left; 
	background: #E9E9D5 url(../images/poll/pollbgSecond.jpg);
	background-repeat: no-repeat;

}

.pollQ
{

	font-weight: bold;
	text-align: left;
}

.pollHistory
{
	text-align: left;
	background-color: #FFFFFF;
	padding-bottom: 15px;
	padding-left: 10px;
	
}

.pollHDate
{
	text-align: left;
	font-size: 16px;
	text-decoration: bold;
	padding: 5px 5px 5px 0px;
}

.pollChoice
{
	font-size:12px;
}

