/* Formulare
----------------------------------------------------- */

fieldset{
    padding: 10px 10px;
    margin: 0px 0px 5px;

	/* border-top: 2px solid #737373;
	border-bottom: 2px solid #737373; */
	border-left: none;
	border-right: none;
}

legend{
	padding: 5px 10px;
	font-size: 1.6em;
	color: #808080;
}

label{
	display: block;
	font-weight: bold;
}

	ul.poll{
		/* border: 1px solid #737373;
		border-width: 2px 0px; */
		list-style: none;	
		width: 130px;
		margin: 0 0 8px;
		padding: 10px;
	}
	
	ul.poll li{
		margin: 0 0 7px;
		padding: 0;
	}
			.rate{
				background: #E6E6E6;
				height: 20px; 
				margin-bottom: 0px;
				text-align: right;
				font-size: 0.8em;
			}
			
			.vote{
				background: #8BABD1;
				height: 20px; 
				float: left;
			}
						
input, textarea{
	font: 1.1em Tahoma, Arial, "Trebuchet MS", Tahoma, sans-serif;
    border: 1px solid #e0e0e0;
	background: #fff;
	margin: 0px 0px 1px;    
	padding: 2px;
}

input, select { width: 130px;}

.radio{ width: 20px; margin-left: 5px;}
.small{ width: 75px ! important}

.long{ width: 100%;}

.button{
	width: 130px; 
	margin: 1px 0;

	background: #F8F8F8 url(images/newslist.jpg) center repeat-x;
	border: 1px solid #E0E0E0;
	border-radius: 5px;
		
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
}

.the_button{
	display: block;
	width: 200px;
	padding: 2px 10px;
	margin: 5px 0px;
	text-align: center;
	outline:none; 
	color: #444444 ! important;
	
	background: #F8F8F8 url(images/newslist.jpg) center repeat-x;
	border: 1px solid #E0E0E0;
	border-radius: 5px;
	
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
}

.the_button:hover{
	color: #507DB4 ! important;
}

/* Tab list
----------------------------------------------------- */

.list ul{
	margin: 0; 
	padding: 0;
}

.list li  {
	border-top: 2px solid #E0E0E0;
	list-style:none inside none;

    padding: 4px 5px;
    margin: 0 0px 0 -25px;
}

	* html .list li{
		margin: 0 0 0 -15px;
	}

	.list li small{
		display: block;
		margin-top: -5px;
		color: #808080;
	}

.list li.last {
    margin: 0;
}

