 ul li
{
	list-style:none;
	list-style-type:none;
}

/****************************/

#poll 
{
	margin-left:10px;
	display:table;	
}
#poll  .x-container-poll
{

}
#poll  .x-container-poll .x-container-poll-top
{
	/*background-image: url(../../../images/layout/design_32.gif);
	background-repeat:no-repeat;
	background-position:top;
	line-height: 6px;
	height: 6px;
	font-size: 6px;
	width: 205px;*/
}
#poll  .x-container-poll .x-container-poll-body
{
	/*background-image: url(../../../images/layout/design_41.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FDFDFD;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	width: 189px;
	padding: 7px;
	display:table;*/
}
#poll  .x-container-poll .x-container-poll-bottom
{
	
/*	background-image: url(../../../images/layout/design_39.gif);
	background-repeat:no-repeat;
	background-position:top;
	line-height: 7px;
	height: 7px;
	font-size: 7px;
	width: 205px;*/
}

/****** result ************/
#poll .x-container-poll .x-container-poll-body h2
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-top:-9px;
}
#poll .x-container-poll .x-container-poll-body ul
{
	margin:0px;
	padding:0px;
}
#poll .x-container-poll .x-container-poll-body .answer
{
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}
#poll .x-container-poll .x-container-poll-body .answer .porcentagem
{

	height:5px;
	line-height: 5px;
	font-size: 5px;
	float: left;
	display:inline;
	margin-top: 4px;
	background-color:#000000;
}

#poll .x-container-poll .x-container-poll-body .answer .portcentagem .result
{
	background-color: #F1F2EC;
}
