body {
    overflow:hidden;
}

input {
    width: 100px;
	height:16px;
    padding: 1px 2px;
	font: small-caption;
	font-size:10px;
	border: 1px solid #bac775;
	outline: none;
    border-radius: 4px;		
	background-color: #343e48;
    color: white;
}

#login {
	cursor:pointer; 
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #bac775;
	margin: 2px;	
}

#fail {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #bac775;
	margin: 2px;
	}

#table1 {
   border-left: 1px solid white;	
	}
	
#cella1 {
   border-top: 1px solid white;	
	}
	
#cella2 {
   border-top: 0px ;	
	}
	
#cella3 {
   border: 0px ;	
   	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #bac775;

	}

.feltol {
    position: relative;
	
    top: -6px;
    left: 10px;
    font-size: 12px;
		color: #bac775;
}