/* search form */



#search
{
    display: table; 
    height: 60px;  
    #position: relative; 
    overflow: hidden;
}

.search.show-form
{
    #position: absolute; 
    #top: 50%; 
    display: table-cell; 
    vertical-align: middle;
}
.search.show-form form 
{
    display: block;
    #position: relative; 
    #top: -50%
    
    background-color: transparent;
    border: none;
    margin: 0; 
    padding: 0;
    background: transparent url(../images/bg_search.gif) no-repeat 0 0;
    height: 27px;
    width: 195px;
    position: relative;
    
}
.search.show-form p,
.search.show-form .control
{ 
    margin: 0; 
    padding: 0;
    border: 0;
}

.search.show-form input.text 
{ 
    float:left;
    background: transparent;
    border: 0;
    font-size: 11px;
    padding: 3px;
    margin: 5px;
    
}

.search.show-form input.button 
{ 
    margin: 7px;
    padding: 0;
    float: right;
    background: transparent url(../images/bg_search_btn.gif) no-repeat 0 0;
    border: 0;
    overflow: hidden;
    text-indent: -5000px;
    width: 15px;
}

