.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: #bfe5a7;
}

.obwf_usr_header.inas {
  background-color: #bce9e5;
  background-image: url("images/bkg_testata_inas.png"); ;
}

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

.obwf_usr_header .dbconn { 
  position: relative;
  width: 200px;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
  color: #518d47;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
}