.result_table {
	width: 90%;
	padding: 5px;
	font-family: Lucida Grande, verdana, arial;
	font-size: small;
	color: #000;
}
.result_question {
	font-weight: bold;
		
}
.result_question a{
	text-decoration: none;
}
.result_label {
	font-size: x-small;

}	
.result1 {
	background: #99cc00;

}
.result2 {
	background: #69A1D2;
}
.result3 {
	background: #ffcc66;
}
.result4 {
	background: #666;
}
.result5 {
	background: #999;
}
.result6 {
	background: #bbb;
}

/* Themes for polls on blog/website */
.theme1
{
	background: #000;
	color: #fff;
	border: 1px solid #000;
}

.simplyblack
{
	background: #000;
	color: #fff;
	border: 1px solid #000;
}


.tezaaclassic
{

}

.prettypeach
{
	background: #ffdab9;
	color: #804040;
	border: 1px solid #000;
	
}

.theme4
{
	background: #003366;
	color: #fff;
	border: 1px solid #000;
	
}

.blue
{
	background: #003366;
	color: #fff;
	border: 1px solid #000;
	
}

