#clear {
	clear:both;
}
#spacerT {
	height: 10px;
}
#spacerM {
	height: 10px;
}
#spacerB {
	height: 20px;
}
#sWraper {
	width: 100%;
	
	margin: 10px auto 10px auto;
	padding: 0px; 
	/*background:#a9a9a9;*/
}
#sContainer {
	width:100%;
	margin: 0px;
	
	opacity: 100;
	filter: alpha(opacity=100); 
	-moz-opacity: 100;
	
	font-family: Arial, sans-serif;
	color: #000;
	
	font-weight: normal;
	font-style: normal;/*italic,...*/
	text-decoration: none;/*underline,...*/
		
	font-size: 11px;
	text-align: left;/**/
	font-variant: normal;/*small caps,...*/
	
	padding: 0px;
	line-height: 14px;
	letter-spacing: 0px;
	word-spacing: 0px;	
	text-indent: 0px;
}
/**************************************************/
/*** Title and footer														***/
/**************************************************/
#sTitle {
	width: auto;
	
	margin: 0px;
	padding: 0px;
	padding-bottom: 2px;
	

}
#sFoot {
	width: auto;	
	margin: 0px;
	padding: 0px;
}

a.vote:link, a.vote:visited, a.vote:active {
	display:block;
	width:60px;
	height: 16px;
	padding: 0px 0px 0px 0px;
	background: #1115bb;
	
	text-align:center;
	
	color: #fff;
	font-weight: normal;
	text-decoration: none;/*underline,...*/
}
a.vote:hover {
	background: #0b0e6e;
}

a.rezultat:link, a.rezultat:visited, a.rezultat:active {
	color: #aaa;
	font-weight: normal;
	text-decoration: none;/*underline,...*/
		
	letter-spacing: 0px;
	word-spacing: 0px;	
}
a.rezultat:hover {
	color: #666;
	text-decoration: underline;/*underline,...*/
}
#sTitle .l, #sFoot .l {
	float: left;
	clear: none;
	
	color: #aaa;
	
	font-weight: normal;
	font-style: normal;/*italic,...*/
	text-decoration: none;/*underline,...*/
		
	font-size: inherit;
	text-align: left;/**/
	font-variant: normal;/*small caps,...*/
	
}
#sTitle .r, #sFoot .r {
	float: right;
	clear: none;
	
	color: #666;
	
	font-weight: normal;
	font-style: normal;/*italic,...*/
	text-decoration: none;/*underline,...*/
		
	font-size: 11px;
	text-align: left;/**/
	font-variant: normal;/*small caps,...*/
	
}







/**************************************************/
/*** Answers and questions											***/
/**************************************************/
#sQuestion {
	width: auto;
	height:inherit;
	clear: both;
	
	margin: 0px;
	padding: 0px;
}

#sAnswer form, input {
	margin: 0px;
	padding: 0px;
}
#sAnswer p {
	margin: 0px;
	padding: 0px;
	padding-top:8px;
}
#sAnswer .sRadio {
	width:15px;
	height:15px;
	float:left;
	margin: 0px;
	padding: 0px;
	margin-right: 4px;
}
#sAns {
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	
	min-height:10px;
	float:left;
	clear:both;
}
#sAns .sRadio {
	width:15px;
	height:15px;
	float:left;
	margin: 0px;
	padding: 0px;
	margin-right: 4px;
}

#sAnswer .result {
	position: relative;
	height: 15px;
	line-height: 15px;
	width: 99%;
	background: #F5F5F5;
	border: 1px solid #888;
}

#sAnswer .rbar {
	background: url('ans_bar.gif') repeat-x;
	border-right: 1px solid #666;
	height: 15px;
}

#sAnswer .rperc {
	background: transparent;
	line-height: 15px;
	font-size: 11px;
	position: absolute;
	right: 5px;
	top: 0;
	height: 15px;
	z-index: 20;
	color: #333;
}
