body, p, span, div, h3 {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
}


body {
	margin: 0px;
	background-image: url('../media/bg.png');

	line-height: 18px;
}

#md {
	position: fixed;
	
	bottom: -60px;
	left: -40px;

	width: 522px;
	height: 756px;
	
	background-image: url('../media/md.png');
	background-repeat: no-repeat;
}

#vote {
  	border: 1px solid #CCCCCC;
  	padding:0.5em;	
	text-align:left;
	background-color:#F9F4F4;
	
	bottom: 200px;
	left: 680px;
	width: 285px;
	background-repeat: no-repeat;
}

#left {
	position: absolute;
	top: 10px;
	left: 550px;

	width: 300px;
}

#right {
	position: absolute;
	top: 10px;
	left: 900px;
	
	width: 300px;
}

p.headline {
	padding-top: 20px;
	margin-bottom: 5px;
	border-bottom: 1px solid #161311;
	color: #DC461C;
	text-align: right;
	font-weight:bold;
}

p.mail {
	padding-top: 20px;
	margin-bottom: 5px;
	color: #003399;
	text-align: right;
}

span.date {
	margin-right: 10px;
	color: #DC461C;
	
}

span.tracklabel {
	color: #444444;
	text-align: right;
	
}

h3.toggler {
	color: #333333;
	font-weight: normal;
	padding: 0px;
	padding-left: 4px;
	margin: 0px;
	border-bottom: 1px solid #CCCCCC;
	cursor: pointer;
}

span.label {
	color: #AAAAAA;
}

.element {
	background-color: none;
	padding: 4px;
	padding-bottom: 10px;
	
	padding: 4px;
	padding-bottom: 10px;
}

a {
	color: #003087;
	text-decoration: none;
}

a:hover {
	background-color: #FFA086;
}


.bk {
	padding: 0;
	width: 155px;
	margin: 0px;
	background-image: none;
}
.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.txtbox {
	background-color: #f8f8f8;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.button {
	background-color: #DC461C;
	border: 1px solid #CCCCCC;
	padding: 5;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
	
fieldset { 
	border: 0px solid #fff; 
	margin: 0;
	padding: 13;

}

