#header_wallpaper{
  height: 200px;
  background-image: url(../../img/regions/headerimg/default.jpg);
}
#header_wallpaper #pagenav{
  top:-28px;
  left:0px;
  text-shadow: 0px 1px 0px #ffffff;
}
#header_wallpaper div.main-wrapper h1{text-shadow: 0px 1px 1px rgba(0,0,0,0.5);}

/*WIDGET*/
#mmb-homepage{border: 9px solid #ccc;}
#mmb-view-itin-form .mmb-set-container,
#mmb-search-by-cc-form .mmb-set-container{
  opacity: 1!important;
  background: #fff!important;
}

/*rest input style*/
input{
  color: #5E666C!important;
  border: 1px solid rgba(158,166,171,0.6)!important;
  border-top:none!important;
  border-right:none!important;
  border-left:none!important;
  padding: 4px 5px 4px 0!important;
  height: auto!important;
  border-radius: 0px!important;
}
input:focus{
    box-shadow: none!important;
    border: 1px solid rgba(158,166,171,0.6)!important;
    border-top:none!important;
    border-right:none!important;
    border-left:none!important;
}
