#principal {
	display: block;
	height: 600px;
	width: 900px;
	position: absolute;
	z-index: 10;
	visibility: visible;
	background-color: #666666;
}

#sigla {
	display: block;
	height: 170px;
	width: 330px;
	position: absolute;
	z-index: 10;
	visibility: visible;
	left: 285px;
	top: 40px;
}


#adresa {
	display: block;
	height: 40px;
	width: 480px;
	position: absolute;
	z-index: 10;
	visibility: visible;
	left: 215px;
	top: 430px;
}

#userlabel {
	display: block;
	height: 30px;
	width: 187px;
	position: absolute;
	z-index: 10;
	visibility: visible;
	left: 600px;
	top: 260px;
	font-family: Calibri, Arial;
	font-size: 16px;
	color: #FFFFFF;
	text-align: left;
}

#user {
	display: block;
	height: 30px;
	width: 187px;
	position: absolute;
	z-index: 10;
	visibility: visible;
	left: 600px;
	top: 280px;
	font-family: Calibri, Arial;
	font-size: 16px;
	color: #FFFFFF;
	text-align: left;
}
 
#passlabel {
	display: block;
	height: 30px;
	width: 187px;
	position: absolute;
	z-index: 10;
	visibility: visible;
	left: 600px;
	top: 300px;
	font-family: Calibri, Arial;
	font-size: 16px;
	color: #FFFFFF;
	text-align: left;
} 

#pass {
	display: block;
	height: 30px;
	width: 187px;
	position: absolute;
	z-index: 10;
	visibility: visible;
	left: 600px;
	top: 320px;
	font-family: Calibri, Arial;
	font-size: 16px;
	color: #FFFFFF;
	text-align: left;
} 


#butonlogin {
	display: block;
	height: 25px;
	width: 70px;
	font-size: 14px;
	line-height: 25px;
	background-color: #999999;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	left: 682px;
	top: 360px;
	cursor:pointer;
	font-family: Calibri, Arial;
}

 
input {
	border: none;
	font-size: 13px;
	height:20px;
}












::-webkit-scrollbar {
    height: 12px;
	width: 12px;
	background: #FFFFFF;
    }
::-webkit-scrollbar-thumb {
    background: #84c225;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
::-webkit-scrollbar-corner {
    background: #000;
}
