/* Please don't change these */
body { 
	margin: 0px; 
	padding: 0px; 
	}

/* Change these */
body, td, input {
	font-family: Verdana, Sans-Serif;
	font-size: 9px;
	}

/* The question text */
.poll_question { }

/* The radio button */
.poll_radio { }

/* The answer text */
.poll_answer { }

/* The answer text on the results page */
.poll_answer_results { 
	padding-bottom: 2px; 
	border-bottom: solid 1px #BEBFAF; 
	margin-left: 1px; 
	margin-right: 1px; 
	}

/* The submit button */
.poll_submit { }

/* The percentage bar on the results page */
.poll_bar_results {
	margin-top: 2px;
	border-right: #35679a 1px solid;
	border-top: #35679a 1px solid;
	border-left: #35679a 1px solid;
	line-height: 0px;
	border-bottom: #35679a 1px solid;
	height: 10px;
	background-color: #35679a;
	}

/* The show results link on the form */
.showresults:link { font-weight: bold; color: #000000; text-decoration: none; }
.showresults:active { font-weight: bold; color: #000000; text-decoration: none; }
.showresults:visited { font-weight: bold; color: #000000; text-decoration: none; }
.showresults:hover { font-weight: bold; color: #000000; text-decoration: underline; }
