/*body {
  background-color: white;
  color: #000000;
  font-size: 10px;
  font-family: Verdana;
  margin: 0px;
}

body.body_login {
  width: 70%;
  margin: auto;
  text-align: center;
}
*/
input {
  font-size: 10px;
  font-family: arial;
  color: red;
  border: 1px solid #1E1E1E;
  text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

input.btn_chiudi
{
  position: absolute;
  top: 1px;
  left: 1px;
  color: red;
  background-color: black;
}

input.btn_chiudi_dx
{
  position: absolute;
  top: -28px;
  right: 5px;
  color: white;
  font-weight: bold;
  background-color:red;
}

input.btn_invia
{
  color: white;
  font-weight: bold;
  background-color: black;
}

legend {
  font-size: 38px;
  font-family: arial;
  font-weight: bold;
  /*font-style: italic;*/
  font-variant: small-caps;
  color: red;
}

div.invisibile {
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  color: white;
  position: absolute;
  z-index: 1;
  width: 150px;
  height: 200px;
  padding: 2px;
  border: 2px solid #1E1E1E;
}

#login {

  display: none;
  color: black;
  position: fixed;
  z-index: 1;
  width: 240px;
  height: 70px;
  padding: 5px;
  border: 2px solid #1E1E1E;
  top: 300px;
  left: 300px;
  text-shadow: rgba(0,0,0,.8) 0px 2px 5px; /* Safari-only, but cool */
  background-color: white;
  -moz-border-radius: 5px;
-webkit-border-radius: 5px;

}

