#TopSearch
{
  height: 30px;
  width: 860px;
  margin-bottom: 1px;
  margin: 0 auto;
}


#TopSearch .caption
{
  width: 55px;
  height: 11px;
      
  float: left;
  margin-top: 10px;
  background-image: url('/images/search_caption.gif');
  background-repeat: no-repeat;
  
  position: relative;
  left: 20px;
}

#TopSearch .webradio
{
  width: 25px;  
  float: left;
  margin-top: 5px;
  
  position: relative;
  left: 40px;
}

#TopSearch .web
{  
  width: 43px;
  height: 8px;
  float: left;
  margin-top: 12px;
  background-image: url('/images/top_search_web.gif');
  background-repeat: no-repeat;

  position: relative;
  left: 40px;
}


#TopSearch .seoexpradio
{ 
  width: 25px;
  float: left;
  margin-top: 5px;
  position: relative;
  left: 40px;
}

#TopSearch .seoexp
{
  width: 120px;
  height: 8px;
  
  float: left;
  margin-top: 12px;
  position:relative;
  left:40px;
  
  background-image: url('/images/top_search_seoexp.gif');
  background-repeat: no-repeat;
}


#TopSearch .text
{
  width: 275px;
  float: left;
  margin-top: 5px;

  position:relative;
  left: 10px;
}

#TopSearch .textInternal
{
  width: 275px;
  float: left;
  margin-top: 5px;

  position:relative;
  left: 10px;
}

#TopSearch .submit
{
  float: left;
  margin-top: 3px;

  position:relative;
  left: 30px;
}


#TopSearch .google
{
  background-image: url('/images/top_search_google.gif');
  background-repeat: no-repeat;
  width: 205px;
  height: 27px;
  float: left;
  position: relative;
  left: 90px;
  margin-top: 1px;
}

#TopSearch .googleInternal
{
  background-image: url('/images/top_search_google.gif');
  background-repeat: no-repeat;
  width: 205px;
  height: 25px;
  float: left;
  position: relative;
  left: 55px;
  margin-top: 1px;
}

#TopSearch .form
{
  margin: 0px;
}

#BottomSearch
{
  height: 28px;
  border-top: 1px solid #BBB;
  border-bottom: 1px solid #BBB;
  clear: both;
}


#BottomSearch .caption
{
  width: 55px;
  height: 11px;
      
  float: left;
  margin-top: 10px;
  background-image: url('/images/search_caption.gif');  
  background-repeat: no-repeat;
  
  position: relative;
  left: 20px;
}

#BottomSearch .webradio
{
  width: 25px;  
  float: left;
  margin-top: 5px;
  
  position: relative;
  left: 30px;
}

#BottomSearch .web
{  
  width: 43px;
  height: 8px;
  float: left;
  margin-top: 12px;

  background-image: url('/images/search_web.gif');
  background-repeat: no-repeat;

  position: relative;
  left: 30px;
}


#BottomSearch .seoexpradio
{ 
  width: 25px;
  float: left;
  margin-top: 5px;
  position: relative;
  left: 30px;
}

#BottomSearch .seoexp
{
  width: 100px;
  height: 8px;
  
  float: left;
  margin-top: 12px;
  position:relative;
  left:30px;
  
  background-image: url('/images/search_seoexp.gif');
  background-repeat: no-repeat;
}


#BottomSearch .text
{
  width: 250px;
  float: left;
  margin-top: 5px;

  position:relative;
  left: 10px;
}

#BottomSearch .submit
{
  float: left;
  margin-top: 3px;

  position:relative;
  left: 30px;
}

#BottomSearch .google
{
  background-image: url('/images/bottom_search_google.gif');
  background-repeat: no-repeat;  
  width: 74px;
  height: 27px;
  float: left;
  position: relative;
  left: 50px;
  margin-top: 1px;
}

#BottomSearch .form
{
  margin: 0px;
}

.searchText
{
  width: 250px;
  height: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
} 

.searchTextInternal
{
  width: 275px;
  height: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
} 

.searchButton
{
  width: 60px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
} 




