div#content_container
{
	background-image	: url("/images/container_bg_right.png");
}

div.kladje
{
	width				: 159px;
	margin-left			: -6px;
	margin-top			: 4px;
}

div.kladjeHeaderTop
{
	width				: 100%;
	height				: 53px;
	background-image	: url("/images/kladje_header.png");
}

div.kladjeHeaderTitle
{
	width				: 145px;
	background-color	: #FFF;
	padding				: 7px;
}

div.kladjeHeaderTitle h3
{
	margin				: 0;
	font-family			: Notes;
	font-size			: 16px;
}
div.kladjeContent
{
	width: 159px;
	background-image	: url("/images/kladje_contentbg.png");
	width				: 145px;
	padding				: 7px;
}

div.pollQuestion
{
	color				: #26556f;
	font-weight			: bold;
	font-size			: 12px;
	margin-top			: 0px;
	line-height			: 21px;
	margin-top			: -3px;
}

div.pollAnswers
{
	margin-top			: 23px;
}
div.pollAnswer
{
	float: none;
	
}

div.pollAnswer input
{
	width: 15px;
	float: left;

}
div.pollAnswer label
{
	color				: #000;
	font-weight			: bold;
	position			: relative;
	top					: -3px;
	line-height			: 21px;
	left				: 4px;
	float				: left;
	width				: 130px;
	display				: block;
}

div.pollRetAnswerBlock
{
	margin-top			: 21px;
	margin-left			: -5px;
	margin-right		: -4px;
}
div.pollRetAnswerTitle
{
	line-height			: 21px;
	font-weight			: bold;
	width				: 130px;
}
div.pollRetAnswerPercentbar
{
	width				: 120px;
	height				: 9px;
	background-image	: url("/images/pollResultbar_bg.png");
	display				: block;
	padding				: 3px 0;
	margin				: 1px 0 5px 0;
	float				: left;
}

div.pollRetAnswerPercentbar_inner
{
	background-image	: url("/images/pollResultbar_redbg.png");
	display				: block;
	float				: left;
	height				: 9px;
	position			: relative;
	top					: -15px;
	z-index				: 25;	
}
div.pollRetAnswerPercentbar_rightcut
{
	background-image	: url("/images/pollResultbar_innerright.png");
	display				: block;
	float				: left;
	height				: 9px;	
	left				: -3px;
	position			: relative;
	top					: -15px;
	width				: 3px;
	z-index				: 30;
		
}

div.pollRetAnswerPercentbar_outerleftcut
{
	background-image	: url("/images/pollResultbar_left.png");
	display				: block;
	height				: 15px;
	left				: 0;
	position			: relative;
	top					: -3px;
	width				: 5px;
	z-index				: 50;
	float				: left;
	
	
}

div.pollRetAnswerPercentbar_outerrightcut
{
	background-image	: url("/images/pollResultbar_right.png");
	display				: block;
	height				: 15px;
	left				: 115px;
	top					: -3px;
	width				: 5px;
	position			: relative;	
	z-index				: 50;
}

div.pollRetAnswer_percenttext
{
	font-weight			: bold;
	color				: #6a1d1d;
	font-size			: 10px;
	float				: right;
}

div.pollArchivebutton
{
	margin-top			: 21px;
}

div.pollRetAnswer_votes, 
div.pollArchivebutton
{
	line-height			: 21px;
}

div.pollArchive_content
{
	margin-bottom		: 20px;
}

div.pollArchive_items, div.pollArchive_noitems
{
	margin-bottom		: 20px;
}
div.pollSubmit input.submit
{
	background-color	: #25546E;
	color				: #FFF;
	border				: none;
	font-size			: 11px;
	font-weight			: bold;
	height				: 15px;
	padding				: 0 20px;
	float				: right;
	margin-top			: 20px; 
}
div.kladjeBottom
{
	background-image	: url("/images/kladje_footer.png");
	height				: 74px;
}
