/*
   search.css
   brookestone
   
   Created by Cale Woodley on 2008-10-29.
   Copyright 2008 Webfirm. All rights reserved.
   
   search.asp specific styles
*/
.searchform table {
  margin: 20px 0 0 0;
}

.searchform th {
  border-bottom: 2px solid #fff;
  padding: 0 0 2px 0;
}

.searchform fieldset {
  width: 160px;
  height: 160px;
  margin: 10px 0;
}

.searchform fieldset legend {font-size: 16px; font-weight: bold;}

.searchform table td {
  padding: 0;
  width: 180px;
}

.searchform #Sale_Type label {width: 80px;}

.searchform select.multiselect {height: 100px; width: 170px;}

.searchform .button {text-align: right; width: 900px;}