﻿.PollStyle {
	background-color: #DCE5EC;
}

.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: 110px;
	height: 24px;
}

