body {
  color:#000000;
  font-family:Arial;
  font-size:8pt;
  height:100%;
  margin:0;
  padding:0;
}

a
{
	text-decoration:none;
	color:#000;
}

table.poll
{
	margin:10px 0 10px 0;
	padding-bottom:10px;
	width:425px;
	border-bottom:4px solid #ccc;
	
	
}

table.poll tr
{
	background-color:#eee;
}

table.poll td
{
	padding:10px;
}

table.poll td.answer
{
	
}

table.poll td.votes
{
	width:30px;
	text-align:center;
	border:1px solid #ccc;
}

table.poll td.votes:hover
{
	background-color:#ddd;	
}

table.poll td.votes a
{
	display:block;
}

span.bury, span.bury a
{
 font-size:0.9em;
 color:#333;	
}


#AnswerAddForm div.submit input {
	background:transparent none repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	font-size:1.6em;
	margin:10px 0;
	padding:5px 2px;
	text-transform:lowercase;
}


#AnswerAddForm div.submit input:hover
{
	background-color:#ddd;		
}