.obwf_usr_header { 
  position: relative; 
  top: 0px; 
  left: 0px; 
  width: 100%; 
  height: 57px; 
  background-image: url("images/bkg_testata.png"); 
  background-repeat: repeat-x; 
  background-color: #1b325f;
}

.obwf_usr_header span {
  color: #ffffff !important;
}

.obwf_usr_header .logo { 
  position: absolute; 
  top: 2px; 
  left: 10px; 
  width: 382px;
  height: 41px; 
  background-image: url("images/logo.png");
  background-position: center;
  background-repeat: no-repeat;
}

.obwf_usr_header .logo.ital {
  background-image: url("images/logo_ital.png");
}

.obwf_usr_header .dbconn { 
  position: relative;
  width: 200px;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
  color: #9fbfff;
  /*font-family: Arial;*/
  font-size: 20px;
  font-weight: bold;
  display: none;
}
