/* top, right, bottom, left*/

.poll-vote-container {
	text-align: center;
	align: center;
	margin: 0px 0px 5px 0px;
	background-color: #E8D490;
	border: 1px solid #3E551C;
	width: 250px;
}

.poll-vote-header {
	display: none;
}

.mailform {
	font-family: verdana, arial;
	font-size: 10px;
	color: #004500;
}

/* result */

.poll-result-container {
	margin: 0px 0px 10px 0px;
	background-color: #E8D490;
	border: 1px solid #3E551C;
	width: 250px;
}

.poll-result-header {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.poll-result-question {
	display: none;
}