.search_form
{
	position:absolute;
	top:8px;
	left:638px;
	z-index:10;
}
.search_button
{
    position:absolute;
    left:158px;
    top:0px;
}

#search_options 
{
    background:#F2F2F2 none repeat scroll 0 0;
    border:1px solid #CCCCCC;
    /*display:none;*/
    left:1;
    opacity:0.94;
    filter: alpha(opacity = 90);
    overflow:hidden;
    position:absolute;
    top:27px;
    width:460px;
    left:-246px;
    color:#000000;
    z-index:1000;
}

#search_options a
{
    color:#B0302F;font-size:12px;
    
}

#search_options a:hover
{
    color:#B0302F;font-size:12px;
}

#close_button
 {
    background-attachment:scroll;
    background-color:transparent;
    background-image:url(/images/close_button.gif)!important;
    background-position:0 50% !important;
    background-repeat:no-repeat;
    display:block;
    height:11px;
    margin:0 0 10px;
    padding:4px 0 0;
    position:absolute;
    right:1px;
    top:0;
    width:11px;
    z-index:1000;
 }

.search_browse_by
 {
    border:1px solid #CCCCCC;
    height:120px;
    margin-bottom:10px;
    overflow-x:hidden;
    overflow-y:auto;
    padding:0 10px;
    position:relative;
    margin-left:15px;
    color:#000000;
 }
 
 .search_width
 {
     float:left;
     width:45%;
     margin-top:5px;
     margin-left:12px;
 }
 .search_option_list
 {
    list-style:none;
    margin-left:-40px;
    color:#000000;
 }
 
 .search_separator
 {
    border-top: 1px solid #CCCCCC;
    clear:both;
    margin-top:5px;
    min-height: 50px;
 }
 
 .browse_list_small
 {
    float:left;
    width:33%;
    margin-top:5px;
 }
 
.search_link
{
    color:#B0302F;
    font-size:11px;
}
 