label{
	font-size: 90%;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
}

fieldset{
	border:none;
}

.entry_form{
	margin: 10% auto;
	width: 570px;
	*margin-left: 25%;
	height: 370px;
	background: url("../img/staber.png") no-repeat;
}

.entry_form input{
	margin-bottom: 10px;
	font-size: 70%;
	border: 1px solid #4E0905;
	width: 120px;
}

.login-incorrect{
    margin: 0 0 0 160px;    
    padding:20px 0 0 43px;
    background: url("../img/error.png") no-repeat left center;    
}

.login-incorrect label{
    font-family:tahoma;    
    text-decoration:blink;    
    display:block;
    font-size:15px;
    padding-bottom:20px;    
}
    
legend{
	visibility: hidden;
}
.camp_form{
	margin-top:28%;
	margin-left: 35%;
	width: 0%;
}


