/* CSS Document */

.pollcell{
	background-color:#e9edf1;
	background-image: url(../eudavki.si/media/pollback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


#pollclass{
	position:relative;
	bottom:0px;
	width:180px;
	overflow:hidden;	
	background-repeat: no-repeat;
	background-position: left top;
}
#pollholder{ padding:5px; margin-bottom:1em; color:#000000; }

#pollbar{
	width:110px;
	height:10px;
}

#pollbarvoted{
height:10px;
background-color:#006595;
}

#pollquestion{
	font-weight:normal;
	color:#000;
	line-height:1.4em;
	padding-bottom:4px;
	margin-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

#pollanswers{ margin-bottom:4px; }

#pollclass .radio{
width:15px;
height:15px;
margin:2px;
margin-right:0.5em;
margin-top:0px;
}

.submit{
	background-color:transparent;
/*	background-image: url(media/smbtn.gif);
	background-repeat: no-repeat;
	background-position: left 2px;*/
	height:14px;
	width:70px;
	border:0px;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	overflow:hidden;
}