iframe#haw-header{
  background-color:#1B6585;
  position:absolute;
  
  height:34px;
  width:740px;  
  top:0px;
  
  left:50%;
  margin-left:-370px;
  
  overflow:visible;
  z-index:99999 !important;
  line-height:15px;
 
  filter:alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;

  border-bottom:1px solid white;
  border-left:1px solid white;
  border-right:1px solid white;
}