/* ÅÄÖ (to make it utf8) */

div.pollBox {
	background-image: url(/img/poll-box-bg.png);
	width: 240px;
}

div.pollBox div.answers table tr td input {
	width: 13px;
	height: 13px;
}

div.pollBox div.logo {
	float: left;
	margin: 8px 0px 8px 16px;
}

div.pollBox div.logo img {
	border: 0;	
}

div.pollBox div.totalVotes {
	float: right;
	margin: 15px 16px 0 0;
}

div.pollBox div.totalVotes span.number {
	color: #e07c25;
	font-weight: bolder;
}

div.pollBox div.question {
	float: left;
	margin: 8px 0px 0px 30px;
	width: 160px;
	height: 110px;
}

div.pollBox div.question a.more {
	color: #0085cf;
	size: 11px;
}

div.pollBox div.question a.question {
	font-weight: bolder;
	text-decoration: none;
	color: #666666;
}

div.pollBox div.qmark {
	font-size: 62px;
	color: #666666;
	font-weight: bolder;
	margin-top: 15px;
	float: left;
}

div.pollBox div.answers {
	float: right;
	margin: 0 10px 10px 0;
	width: 220px;
}

div.pollBox div.answers div.ruler {
	float: left; 
	height: 50px; 
	font-weight: bolder; 
	text-align: center;
	color: #fff; 
	padding-top: 25px; 
	border: 1px solid #8d756a;
	opacity: 0.7;
}

div.pollBox div.answers table {
	width: 235px;
}

div.pollBox div.answers table tr td {
	vertical-align: middle;
	padding: 10px;
	width: 33%;
}

div.pollBox div.answers table.big {
	margin-top: 20px;	
}

div.pollBox div.answers table.big tr td {
	font-weight: bolder;
	text-align: center;
}

div.pollBox div.answers table.small tr td {
	/*font-weight: bolder;*/
	padding: 3px;
	font-size: 10px;
}

div.pollBoxFooter {
	background-image: url(/img/poll-box-footer.png);
	background-repeat: no-repeat;
	width: 240px;
	height: 60px;
}

div.pollBoxFooter div.links {
	float: left;
	clear: both;
	width: 191px;
	margin: 0 0 0 25px;
}

div.pollBoxFooter div.links div.link {
	float: left;
	margin: 10px 0 0 8px;
}

div.pollBoxFooter div.links div.link a {
	color: #0085cf;
	font-weight:  bolder;
	text-decoration: none;
	font-size: 11px;
}

div.pollBoxFooter div.links div.viewResult {
	float: left;
	background-image: url(/img/button-viewresults-medium.png);
	height: 24px;
	width: 95px;
	font-weight: bolder;
	text-align: center;
	color: #fff;
	padding-top: 8px;
	cursor: pointer;
}

div.pollBoxFooter div.links div.vote {
	float: left;
	background-image: url(/img/button-vote-medium.png);
	height: 24px;
	width: 96px;
	font-weight: bolder;
	text-align: center;
	color: #fff;
	padding-top: 8px;
	cursor: pointer;
}

