/* Poll Vote */
.boxoutline 
{
	border: 1px solid  #B3B3B3;
	font-size:11px;
}

.pollheader
{
	font-size: 15px; color:#CC0000; font-family:Helvetica, Arial, sans-serif; font-weight:bold; font-stretch:condensed;text-align:left;
}

a:hover 
{
	color:#EE7203;
}

a 
{
    color:#0074B5;
	text-decoration:none;
	outline: none;
	font-size:10px;
	font-family: Verdana, Arial;
}



/* Poll Result */
.pollresultheader 
{
	color: #003366;
	font-family:Verdana, Arial;
	font-size:24px;
}

.pollresulttable
{
    font-size:11px;
}

.totalvotesbar
{
    background-color:#003366;
}


/* Poll Vote and Poll Result */
.txtbold
{
    font: bold 11px, verdana, sans-serif;
    color:#666666;
}

.txt
{
    font:11px, Arial, verdana, sans-serif;
    color:#666666
}

input.submit
{
   	/* background-image: url(http://www.mom.gov.sg/mom/poll/image/bkgd_vote_button.gif); */
	background-repeat: repeat-x;
	font-size: 11px;
	font-weight:bold;
	border: 1px double #003366;
	background-color: #003366;
	color: #fff;
	width:80px;
	padding: 1px;
	cursor: pointer;
}
