/* ----------------------------------------- poll ------------------------------------ */
body {
	font:12px Arial;
}

.poll_title, #index_page_poll div.pollresultheader {
	font-size: 14px;
	color: #b80808;
	font-family: Lucida Sans,Helvetica,sans-serif;
	font-weight: bold;
	padding:5px 0;
}

.poll_question {
	font-size:11px;
	color:#1B4E77;
	font-weight:bold;
}

.poll_selection {
	margin-left:20px;
	padding:10px 0;
}

.poll_answer {
	font-weight:bold;
	padding-bottom:2px;
	margin-top:10px;
}

#index_page_poll div.totalvotesbar {
	background-color:#b90f0f;
}

#index_page_poll .error_message{
	font-weight:bold;
	width:99%;
	text-align:center;
}
.vote_button {width:100%; }
.results {padding-left:10px;}

/* Poll Vote */
.boxoutline 
{
	border: 1px solid  #B3B3B3;
	font-size:11px;
}

.pollheader
{
	font-weight:bold;
	font-size:12px;
	color:white;
	background:#6BBC21;
	border: 1px solid white;        
    padding: 3px 6px;
    font-family: Verdana, Arial;
}

a:hover 
{
	color:#EE7203;
}

a 
{
    color:#0074B5;
	text-decoration:none;
	outline: none;
	font-size:10px;
	font-family: Verdana, Arial;
}



/* Poll Result */
.pollresultheader 
{
	color: #59A118;
	font-family:Verdana, Arial;
	font-size:24px;
}

.pollresulttable
{
    font-size:11px;
}

.totalvotesbar
{
    background-color:#59A118;
}


/* Poll Vote and Poll Result */
.txtbold
{
    font-size: 11px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#666;
}

.txt
{
    font-size:11px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#666;
}

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 #366C05;
	background-color: #59A118;
	color: #fff;
	width:80px;
	padding: 1px;
	cursor: pointer;
}