﻿#search_wrapper
{
    width: 498px;
}

#search_left
{
    width: 412px;
    height: 127px;
    float: left;
}

#search_left_top
{
    width: 412px;
    height: 38px;
    background-image: url(images/search/01_search_left_top.jpg);
}

#search_left_bottom
{
    width: 412px;
    height: 89px;
    background-image: url(images/search/02_search_left_bottom.jpg);
}

#search_right
{
    width: 86px;
    height: 127px;
    float: left;
    background-image: url(images/search/03_search_right.jpg);
}

#search_bottom
{
    width: 498px;
    height: 10px;
    font-size: 0px;
    background-image: url(images/search/04_search_bottom.jpg);
}

#progressBackgroundFilter {
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#000; 
    filter:alpha(opacity=50); 
    opacity:0.5; 
    z-index:1000; 
}

#processMessage { 
    position:fixed; 
    top:10%; 
    left:43%;
    padding:10px; 
    width:14%; 
    z-index:1001; 
    background-color:#fff;
    border:solid 1px #000;
}

.font_search_label_big
{
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: 16px;
}

.font_search_label_small
{
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: 12px;
}

.control_search_textbox
{
    width: 300px;
    border: solid 2px #087199;
    background-color: #e8f2f6;
    font-size: 11px;
}



