﻿.SearchControlsView
{
  width: 401px;
  border-style: solid solid solid solid;
  border-width: 1px;
  border-color: #BCBCBC;
  margin: 10px 0 10px 0;
  padding: 5px 5px 0px 5px;
  background-color: Transparent;
  height: 50px;
  height: auto !important;
  min-height: 50px;
  overflow: hidden;
  color: Black;
}

.SearchControlsView label
{
  width: 161px;
  line-height: 26px;
  display: block;
  float: left;
  clear: left;
}

.SearchControlsView input
{
  float: left;
  clear: right;
  padding: 2px;
  width: 203px;
}

.SearchControlsView select
{
  float: left;
  clear: none;
  padding: 2px;
  width: 210px;
}

.SearchControlsView .SearchButton
{
  float: left;
  clear: left;
  margin-left: 0;
  line-height: 26px;
  font-weight: bold;
}

.SearchControlsView .CancelButton
{
  float: left;
  clear: right;
  margin-left: 3px;
  line-height: 26px;
  font-weight: bold;
}