@media screen
{
	.boxPoll
	{
		background: #C1C8E2 url(default/images/poll-bg.png) bottom left no-repeat;
	}
	.poll
	{
		height: 190px;
		width: 100%;
	}
	.pollsubmit
	{
		position: absolute;
		right: 10px;
		bottom: 10px;
	}
	.pollresults
	{
		position: absolute;
		bottom: 0px;
	}
	table.pollresults
	{
		table-layout: fixed;
		width: 98%;
	}
	table.pollresults td
	{
		text-align: center;
		vertical-align: bottom;
	}
	.pollbar
	{
		width: 52px;
		height: 60px;
		vertical-align: bottom;
	}
	.pollbar div
	{
		width: 30px;
		margin: 0px auto;
		background: #FFBD10;
		border: 1px solid #C0C0C0;
	}
	.pollbase
	{
		padding: 0px;
		height: 2px;
	}
	.pollbase hr
	{
		margin: 0px;
		border: none;
		border-top: 1px solid #000000;
	}	
}