A:link {color:black;}
A:visited {color:black;}
A:hover {color: orange;}
A:active {color:#FFA600;}
A {text-decoration:none}
A img{border:none}

body {
  margin:0px;
  padding:0px;
  background:#FFFFFF;
}
#contenitore {
   width:630px;
   height: 630px;
   margin:30px auto;
   padding: 0px 10px 15px 10px;
   border: solid 1px #c6c6c6;
   background: url(images/sfondoLogin.png) left bottom repeat-x;
   color:#333;
   font-family: Arial;
/*    font-size: 11px;  */
   text-align: center;
}
#contenitore p {
  font-size: 11px;
}
#colonna1 {
   width: 300px;
   height: 550px;
   float: left;
}
#logo {
  padding: 30px 0px 0px 60px;
}
#accedi {
  margin: 50px 0px 0px 40px;
}
#imm {
  margin: 60px 0px 0px 60px;
}
#colonna2 {
  /*  border: solid 1px #1B779E;  */
   width: 300px;
   height: auto;
   float: left;
}
#insDati{
   width: 250px;
   margin-top: 30px;
   background-color: #EFFEDA ;
   border: solid 2px #9AF714;
   border-bottom: solid 1px #9AF714;
   float: right;
}
#insDati p {
   text-align: center;
   font-weight: bold;
   padding-bottom: 5px;
   font-size: 12px;
}
h4 {
  padding-top: 0px;
  text-align: center;
}
.account {
   padding: 0px 0px 20px 20px;
   text-align: left;
   font-size: 12px;
}
#entra {
  text-align: center;
}
#newUt {
  width: 250px;
  height: 120px;
  margin-top: 0px;
  background-color: #F9F9F9;
  border-left: solid 2px #9AF714;
  border-right: solid 2px #9AF714;
  border-bottom: solid 2px #9AF714;
  padding-top: 0px;
  text-align: center;
  float: right;
}
#newUt p {
  margin-top: -10px;
  font-size: 12px;
}
#footer {
  clear: both;
  font-family: Trebuchet MS;
  font-size: 13px;
  color: #4D4D4D;
  border-top: 1px dotted #A9A9A9;
  margin-top: 10px;
  padding: 5px 0px 10px;
  border-top:
}
#credits {
  text-align: center;
  font-size: 9px;
  font-family: Verdana;
}
