@charset "utf-8";
/* CSS Document */

.box_poll
{
	width:227px;
	height:121px;
	
	position:absolute;
	left:32px;
	top:1236px;
	
	background-color:#e6e6f3;
	
	border-left:solid;
	border-right:solid;
	border-width:1px;
	border-color:#d1d1d1;
}

.box_poll_title
{
	position:absolute;
	left:2px;
	top:-8px;
}

.box_poll_text
{
	position:absolute;
	left:10px;
	top:33px;

	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

.box_poll_button_glasuj
{
	position:absolute;
	left:151px;
	bottom:-20px;	
}

.box_poll_bar
{
	position:relative;
	
	height:15px;
	
	background-color:#ed6363;
	
	color:#000000;
}