div.pollModule {	
	border-top:1px solid #AA935F;
	color: #000;
	padding: 5px 0;
	margin-bottom: 10px;
}

div.pollModule h2 {
	font-size: 1.2em;
	margin-bottom: 10px;
	text-transform: uppercase;
	padding-top: 1px;
	color: #AA935F;
	/*background-color: White;*/
}

div.pollModule h2 span {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}

div.pollModule p.question {
	font-size: 1.1em;
	margin-bottom: 10px;
	font-weight: bold;
}

div.pollModule table {
	border-collapse: collapse;
	font-size: 1em;
	margin-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;
	border:1px solid #AA935F;
}

div.pollModule div.resultContainer {
	width: 100px;
	border: 1px solid #AA935F;
	padding: 2px;
	font-size: 1px;
}

div.pollModule div.resultContainer div.result {
	background-color: #AA935F;
	height: 8px;
	font-size: 1px;
}
