#blocco_accesso_AR {
  position: relative;
}
.accesso_AR tr td, .accesso_AR tr td div {
  color: #16994E;
  font-size: 10px;
}
.acc_AR_input {
  height: 19px;
  width: 139px;
  border: 1px solid #16994E;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #16994E;
}
.acc_AR_button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background-color: #50B17A;
  color: white;
  font-weight: bold;
  border: 1px solid #16994E;
}
#nome_utente, #nome_utente_input, #pass, #pass_input, #submit {
  position: absolute;
  display:inline;
  color: #16994E;
  font-size: 10px;
  clear: both;
}
#nome_utente {
  top: 127px;
  left: 50px;
}
#nome_utente_input {
  top: 123px;
  left: 148px;
}
#pass {
  top: 158px;
  left: 50px;
}
#pass_input {
  top: 156px;
  left: 148px;
}
#submit {
  top: 188px;
  left: 148px;
}
#main_container_login {
  width:100%;
  text-align:center;
  padding-top: 20px;
}
#container_login {
text-align:left;
  position: relative;
  margin: auto auto;
  width: 401px;
  height: 271px;
  background: url(area_riservata.gif) no-repeat 0 0;
	background-repeat: no-repeat;
}

