﻿/*-http://blue-anvil.com/archives/creating-an-accessible-yet-sexy-search-box-with-css-*/

.sb_Wrapper {
  float: right;
}


.sb_searchText {
  height: 16px;
  float: left;
  width: 130px;
  margin: 8px 0px 0px 30px;
}

.sb_searchSubmit {
  float: left;
  height: 40px;
  width: 40px;
}

