DIV#searchbar_outer
{
  position: absolute;
  z-index: 3;
  top: 150px;
  left: 8px;
  width: 329px;
  overflow: hidden;
}

.clickable
{
  cursor: pointer;
  cursor: hand;
}

DIV#searchbar
{

}

DIV#button_advanced
{
	visibility: hidden;
}

.searchbar_headertitle
{
  font-family: verdana;
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  top: 11px;
  margin-right: 60px;
  text-align: right; 
}

.searchbar_area
{
  color: #ffffff;
  font-family: Trebuchet MS, Verdana;
  font-size: 12px;
  width: 315px;
  padding-top: 20px;
}

DIV#searchbar_logo
{
  position: absolute;
  top: 0px;
  z-index: 10;
  width: 118px;
  height: 165px;
  background-image: url(../image/searchbar_logo.png); 
}

.hspacer
{
  height: 10px;  
  font-size: 12px;  
}

.hspacersmall
{
  height: 2px;
  font-size: 2px;  
}

.firstspacer
{
  height: 36px;  
}


.lastspacer
{
  height: 36px;  
}

DIV.searchbar_header
{
  position: relative;
  width: 315px;
  height: 36px;
  background-position: top right;
}

DIV#searchbar_headerred
{ 
  z-index: 2;  
  background-image: url(../image/searchbar_red.png); 
  top: 30px;
}

DIV#searchbar_areared
{
  position:relative;
  z-index: 1;
  top: 16px;
  width: 315px;
  background-color: #FF3300;
}

DIV#searchbar_headerorange
{
  z-index: 4;
  top: 0px;
  background-image: url(../image/searchbar_orange.png); 
}

DIV#searchbar_areaorange
{
  position:relative;
  z-index: 3;
  top: -15px;
  width: 315px;
  background-color: #FD822F;
}

DIV#searchbar_headeryellow
{
  z-index: 6;
  top: -31px;
  background-image: url(../image/searchbar_yellow.png);
}

DIV#searchbar_areayellow
{
  position:relative;
  z-index: 5;
  top: -52px;
  width: 315px;
  background-color: #FFB65F;
  padding-top: 20px;
}

DIV#searchbar_bottom
{
  position:relative;
  z-index: 7;
  top: -52px;
  width: 315px;
  height: 22px;
  background-image: url(../image/searchbar_bottom.png);
  background-position: top right;
}

.formcheckbox_left
{
  margin-right: 8px; 
}

.formcheckbox_label
{
  font-family: tahoma, arial,helvetica;
  font-size: 11px;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
}

.formcheckbox_label_hover
{
  font-family: tahoma, arial,helvetica;
  font-size: 11px;
  text-decoration: underline;
  cursor: pointer;
  cursor: hand;
}

.forminput
{
  font-family: Verdana, Arial;
  font-size: 10px;
  border: #606367 1px solid;
  width: 161px;
  margin-left: 115px;
  padding-left: 4px; 
  height: 14px;
}

.formcombo
{
  font-family: Verdana, Arial;
  font-size: 10px;
  width: 252px;
  margin-left: 30px;
  border: #606367 1px solid;
}

.formfindbutton
{
  position: relative;
  top: 2px;
  left: -16px;
}

OPTION
{
  color: #000000;
}

.form_linkbutton
{
  margin-left: 160px;
  cursor: pointer;
  cursor: hand;
}

.form_linkbutton_text
{
  font-size: 11px;
  text-decoration: none;
}

.form_linkbutton_text_hover
{
  font-size: 11px;
  text-decoration: underline;
}

.form_linkbutton_icon
{
  font-size: 9px;
}

#advanced_area
{
  width: 180px;
  margin-top: 0px;
  margin-left: 112px;
  text-align: left;
}

#searchbar_arrow_orange
{
   position: absolute;
   background-image: url(../image/searchbar_arrow_orange.png);
   background-repeat: no-repeat;
   width: 14px;
   height: 16px;
   font-size: 16px;
   top: 216px; 
   left: 300px; 
   z-index: 100;
}

#searchbar_arrow_red
{
   position: absolute;
   background-image: url(../image/searchbar_arrow_red.png);
   background-repeat: no-repeat;
   width: 14px;
   height: 16px; 
   top: 216px; 
   left: 300px; 
   z-index: 100;
}

DIV#LinkButtonResetSelectionArea
{
  width : 252px;
  margin-left: 30px;
  margin-top : 16px;
  text-align: right;	
}

.SearchLinkButton:link
{
  font-family: Tahoma, Verdana;
  font-size: 11px;
  color: #006699;
  text-transform: uppercase;
  text-decoration: none;	
  background-image: url(../image/buttonbackground.png);
  border: #B7D8EE 1px solid;
  padding: 4px;
  line-height: 26px;
}

.SearchLinkButton:visited
{
  font-family: Tahoma, Verdana;
  font-size: 11px;
  color: #006699;
  text-transform: uppercase;
  text-decoration: none;
  border: #B7D8EE 1px solid;
  padding: 4px;
  line-height: 26px;
}

.SearchLinkButton:active
{
  font-family: Tahoma, Verdana;
  font-size: 11px;
  color: #E70000;
  text-transform: uppercase;	
  text-decoration: none;	
  border: #B7D8EE 1px solid;
  padding: 4px;
  line-height: 26px;
}

.SearchLinkButton:hover
{
  font-family: Tahoma, Verdana;
  font-size: 11px;
  color: #E70000;
  text-transform: uppercase;
  text-decoration: none;	
  border: #B7D8EE 1px solid;
  padding: 4px;
  line-height: 26px;
}
