﻿.PollHead
{
    font-family: Tahoma;
    font-size: 14px;
    color: #3F449E;
    font-weight: bold;
    text-decoration: underline;
    background-color: #D9E7FA;
    padding-bottom: 5px;
    padding-top: 3px;
}
.PollAnswers
{
    font-family: Tahoma,Arial;
    font-size: 13px;
    color: Black;
    text-indent: 0px;
    vertical-align: middle;
    text-align:left;
}
.PollAnswers INPUT
{
    height: 13px;
    vertical-align: middle;
}
.BlueLine
{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #9bafde;
	height: 1px;
}
.Buttons
{
	border-width: 1px;
	border: solid 1px #BFA277;
	color: #254474;
	cursor: pointer;
	background: url(images/bt_bg.gif) repeat-x left top;
	background-color:#FFCA53; 
}