﻿/* SearchBox */
#searchContainer {
    position: relative;
    display: none;
    width: 490px;
    height: 0px;
    background: #4fc7e7;
    overflow: hidden;
    padding: 0;
    margin: 0
}

#searchContainer .innerPadding {
    margin: 14px 25px 14px 25px
}

.searchInput {

}

.searchField {
    width: 362px;
    height: 23px;
    background: url('/img/skybrudDk/menu/search/bgSearch.gif') repeat-x 0px 0px;
    border: none;
    padding: 6px 0 0 11px;
    /*margin: 19px 0 0 19px;*/
    color: #000;
    font-style: normal;
    float: left;
    outline: none;
}

.searchButton {
    float: left;
    padding: 0;
}

.novalue {
    color: #999;
    font-style: italic
}

#searchtabel {
    margin: 19px 0 0 19px;
    height: 10px;
}

#ctl05_SearchControl_btnSearchWebsiteAction {
    margin-top: -5px;
}

.btnSearch {
    padding-bottom: 8px
}

#searchSimple {
    /*position: relative;*/
}

#innerSearchSimple {
    /*position: relative;*/
    height: 67px;
    border: solid 1px #72d2ec;
    background-color: #47b3cf;
    margin-bottom: 10px;
    overflow: hidden
}

#innerSearchVisual {
    /*position: relative;*/
    height: 0px;
    /*border: solid 1px #72d2ec;*/
    background-color: #47b3cf;
    overflow: hidden
}
