﻿.PollStyle {
	
}

.QuestionStyle {
	font-size : 10pt;
	font-family : arial;
	font-weight : bold;
	color : #000000;
}

.Answer {
	font-size : 8pt;
	font-family : verdana;
	font-weight : normal;
	color : #000000;
	padding-left: 10px;
	padding-right: 10px;
}

.SubmitButton {
	cursor: hand;
	background-image: url(../imgs/submit.gif);
	width: 49px;
	height: 12px;
}
