.VwSearchBar
{
  width:100%;
  height:2.5em;
  background-color:white;
  display: table;

}

#VwSearchBarImgDiv
{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 2.75em;
}


.VwSearchBarImg
{
  width:1.7em;
  height:1.7em;
  cursor: pointer;
  vertical-align: middle;
}

.VwSearchBarText
{
  border:0;
  display: table-cell;
  height:100%;
  width:100%;
  font-weight:bold;
  font-size:140%;
  background-color:transparent;
  position: relative;
  padding-top: 0.25em;
}

.VwSearchBarText:focus
{
  outline:0;
}
