﻿/* the entire poll - mainly the background */
.poll 
{
	font-size: small;
	/*font-family: Courier New, Courier, monospace;*/
	font-family: Tahoma, serifSansSerifMonospace;
	
	background-image: url('../images/DAQR-poll.gif');
	background-repeat: no-repeat;
	background-position: top left;
	text-align:left;
	width: 280px;
	height: 354px;
}

/* poll question, results "Comments" */
h3
{
	font-size: 14px;
	font-weight: bold;
	margin: 5px;
	padding: 0px;
}


/* poll inner container for margins */
.poll-contents
{
	width: 255px;
	padding: 80px 5px 10px 10px;
}

/* poll answers */
.input-options
{
	font-size: small;
}

/* input comments textarea */
.input-comments
{
	width: 100%;
	height: 70px;
	color: #333;
	font-size: small;
}

/* vote linkbutton */
.input-vote-button 
{
	font-weight:bold;
	font-size:14px;
	text-align: center;
	padding-top: 5px;
}


/* results comments container */
.results-comments
{
	width: 100%;
	height: 80px;
	overflow: auto;
	border: none;
	
	background-color: #DDDDDD;
	
	color: #333;
	font-size: small;
}

/* one result comment */
.results-single-comment
{
	border: 1px dashed #3a2424;
	margin: 10px;
	padding: 10px;
}

/* bar graph */
.results-bar
{
	background-image: url('../images/result-gradient.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	height: 15px;
}

/* red text */
.required
{
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #CC3300;
	vertical-align: top;
}
