.hidded {
    display: none;
    }

#search_bar, #option_bar {
    text-align: center;
    padding:0;
    }

#search_bar {
    position:relative;
    z-index:5;
    font-size:12px;
    background:#ffff99;
    border:solid 1px #d9d98d;
    height:31px;
    }
    
    

#search_bar .title {
    text-align:left;
    }

#search_bar .field {
    display:inline;
    height:100%;
    margin:0 2%;
    }

#search_bar .field input{
    width:40%;
    font-size:12px;
    padding:4px 2px;
    height:15px;
    margin-bottom:3px;
    vertical-align:bottom;
    border:solid 1px #d9d98d;
    background-color: #ffffe5;
}

#search_bar .field input:focus {
    background-color: white;
}
    
#search_bar .field input:hover {
    border:solid 1px #f2f200;
    }


#search_bar .button{
    z-index:6;
    margin:-3px 0;
    color:#98983d;
    border:solid;
    border-width:1px; 
    border-color:#d9d98d;
    font-family:inherit;
    background: #ffff99;
    text-align:center;
    font-size:12px;
    font-weight:bold;
    cursor:pointer;
    height:37px;
    width:110px;
    }

    
#search_bar .button:hover{
    margin:-3px 1px;
    background-color:#ffffb2;
    height:35px;
    width: 108px;
    }

    

#option_bar{
    position:relative;
    z-index:4;
    padding-bottom:10px;
    font-size:11px;
    background:#ffffbf;
    border:solid 1px #d9d98d;
    border-top:none;
    padding-top:5px;
    margin:-5px 10px 10px 10px;
    overflow:visible;
    }

#option_bar .option-group{
    vertical-align:text-top;
    display:inline-block;
    margin:5px;
    text-align:left;
    }

#option_bar .options h4{
    font-size:12px;
    margin:3px 3px 3px 0;
    }

#option_bar .options h4 input{
    position:relative;
    top:3px;
    margin:0 5px 0 0;
    }

#option_bar .options p{
    margin:0 0 0 15px;
    }

#option_bar .options p label{
    margin:0 auto;
    }

#option_bar .options p input{
    margin:0 5px 0 0;
    position:relative;
    top:3px;
    }
    
#option_bar .disabled_options h4{
    text-decoration:line-through;
}

#option_bar .disabled_options p label{
    color:#b2b27d;
}
