.poll_container	/* TD object */
{
	background-color: #f2f5f9;
	border: 1px #cccc99 solid;
 }

.poll_head 
{
	display: none;
}

.poll_question
{
	background-color: #f2f5f9;
	font-weight: bold;
	font-size: xx-small;
	color: #003399;
}

.poll_answer
{
	background-color: #f2f5f9;
	font-size: xx-small;
}

.poll_button
{
	font-Size: xx-small;
	font-family: Verdana, Arial;
 }

.poll_foot
{
	background-color: #f2f5f9;
	color:#f2f5f9; /*hide footer text*/
}
a.poll_foot
{
	display: none;
}

.poll_foot_admin
{
	background-color: #f2f5f9;	
}
a.poll_foot_admin
{
	display: none;
}
