
#searchFormBox, #searchFormOptions {
    width: 100%
}
.searchTabRCorn {
    background-image: url('/images/search_tab_rc.png');
    background-repeat: no-repeat;
    width: 20px;
    height: 23px;
    
}
.searchTabRCornActive {
    background-image: url('/images/search_tab_act_rc.png');
    background-repeat: no-repeat;
    width: 20px;
    height: 23px;
    
}
.searchTab {
    background-color: #0095da;
    padding: 0.2em 1em;
}
.searchTab a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.searchTabActive {
    background-color: #ffcb08;
    padding: 0.2em 1em;
    
}
.searchTabActive a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}
.searchOptions {
    background-color: #ffcb08;
    padding: 1em;
}
.searchOptions input {

}
ul.searchTabs {
    list-style-position:outside;
    list-style-image:none;
    list-style-type:none;
    
}
ul.searchTabs li {
    float:left;
    position:relative;
    padding:4px 10px;
    background-color: #0095da;
}
ul.searchTabs li a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
}
ul.searchTabs li.active {
    background-color: #ffcb08;
}
ul.searchTabs li.active a {
    background-color: #ffcb08;
    color: #000;
}
#searchResultBox {
    padding: 1em;
}
.searchResultBox {
    padding: 0.5em;
    width: 22em;
    float: left;
    position: relative;
}
.searchResultBoxTitle {
    padding: 0.5em;
}
.searchResultBoxTitle a {
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}
.searchResultBoxPreview {
    padding: 0.5em;
    font-size: 0.8em;
}
.searchResultBoxMore a {
    color: #0095da;
    font-size: 0.8em;
}