div.pollModule {
	background: #4C5D0C url(images/bg_gradient02.jpg) top left repeat-x;
	color: #fff;
	padding: 10px;
	margin-bottom: 10px;
}

div.pollModule h3 {
	font-size: 1.2em;
	margin-bottom: 10px;
	text-transform: uppercase;
	background: url(images/bg_dots02.gif) bottom left repeat-x;	
	padding-top: 1px;
}

div.pollModule h3 span {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	background: url(images/bg_dots02.gif) top left repeat-x;	
}

div.pollModule p.question {
	font-size: 1.1em;
	margin-bottom: 10px;
	font-weight: bold;
}

div.pollModule table {
	border-collapse: collapse;
	font-size: 1em;
	maegin-bottom: 2px;
}

div.pollModule table tr {
	vertical-align: top;
}

div.pollModule table th, div.pollModule table td {
	padding-bottom: 8px;
}

div.pollModule table th {
	padding-right: 5px;
}

div.pollModule input.submitButton {
	display: block;
}

div.pollModule div.resultContainer {
	width: 100px;
	border: 1px solid #eeeeee;
	padding: 2px;
	font-size: 1px;
}

div.pollModule div.resultContainer div.result {
	background-color: #eeeeee;
	height: 8px;
	font-size: 1px;
}
