/* $Id: poll_last.css 59 2008-07-01 11:23:08Z edin.coralic $ */

.poll_last {
	
}
.poll_last h3 {
	padding-bottom:5px;
}

.poll_last .percentage {
	background-color:#5791cf;
	color:white;
	padding:1px 0 1px 3px;
}

.poll_last .bottom {
	padding-bottom:5px;
}

.poll_last .title,
.poll_last h3 {
	font-size:1.2em;
	font-weight:normal;
}

.poll_last .link {
	float: right;
	font-size: 1.2em;
	padding-top: 4px;
}

.poll_last form dl dd {
	margin-left: 0px;
	padding:10px 0 0 0;
	clear: both;
	overflow: hidden;
	height: 1%;
}
.poll_last form dl dt {
	text-align: left;
	width: auto;
	float: none;
}
.poll_last form dl dd ul li input {
	position: relative;
	top: 2px;
}

.poll_last form dl dd ul li label {
	display:block;
	margin-top:-15px;
	margin-left:16px;
}

.poll_last form ul.submits {
	padding-top:5px;
	width:0px;
}

.poll_last .archive_link {
	float: right;
	position:relative;
	font-size:0.8em;
	color:#87c2ff;
}

.poll_last .result_link {
	float: right;
	margin-top: -1.7em;
	font-size: 1.2em;
}

