﻿.election {
	border: 1px solid #ccc;
	margin: 1em 0;
	padding-bottom: 0.75em;
}
.election h3 {
	border-bottom: 1px solid #ccc;
	color: #333;
	background-color: #eee;
	margin: 0;
	padding: 0.5em 0 0.5em 0.8em;
}
.election dl ,
.election p {
	margin: 0.75em 1em;
}
.election dt {
	font-weight: bold;
	margin: 0.5em 0 0.25em 0;
}
.election dd  {	
	font-size: 85%;
}
.election a.edit_election {
	display: block;
	float: right;
	width: auto;
	font-size: 70%;
	font-weight: normal;
	text-align: right;
	margin-right: 0.5em;
}
.vote {
	text-align: center;
	margin: 1.5em;
	}
a.votenow , a:link.votenow , a:visited.votenow , a:active.votenow {
	margin: 1em;
	text-align: center;
	font-weight: bold;
	padding: 0.5em;
	font-size: larger;
	background-color: #efe;
	color: #396;
	text-decoration: none;
	border-top: 3px double #ccc;
	border-right: 3px double #333;
	border-bottom: 3px double #333;
	border-left: 3px double #ccc;
	}
a:hover.votenow {
	text-decoration: none;
	background-color: #dfd;
	color: #c00;	
	}
