/* http://www.chessguru.net/ */

/**********************Sondaj*************************************/
#vote
	{
	background:url(../img/vote-back.gif);
	border:1px solid #ffd700;
	width:270px;
	min-height:150px;
	float:right;
	margin:5px 0 5px 5px;
	}
#vote div.vote
	{
	background:#ffffea;
	border:1px solid #ffd700;
	color:#888;
	height:100%;
	margin:10px;
	padding:3px;
	}
#vote div.vote a 
	{
	background:#3399ff;
	color:#fff;
	font-size:11px;
	text-decoration:none;
	text-align:center;
	display:block;
	padding:0;
	}
#vote div.vote div
	{
	margin:0 0 9px 0;
	}
#vote div.vote h4
	{
	color:#ff0045;
	font-size:95%;
	text-align:center;
	padding:1px 0;
	margin:0;
	cursor:default;
	width:240px;
	}
#vote div.vote label
	{
	cursor:pointer;
	}
#vote div.vote input.push
	{
	background:url(../img/button1-bg.gif) top left no-repeat transparent;
	border:none;
	color:#000;
	font-weight:bold;
	font-size:11px;
	width:50px;
	height:20px;
	margin-top:8px;
	margin-left:7px;
	cursor:pointer;
	}
/*****************************************************************/