@CHARSET "UTF-8";#searchMenu input {
    color: #666666;
    /*background: #fff;*/
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    border: 0 none;
}

.inputText {
    border: 1px solid #B8B8B8;
    color: #666666;
    font-size: 12px;
    height: 21px;
    line-height: 21px;
    margin-top: 7px;
    padding-bottom: 0;
    padding-left: 3px;
    padding-top: 0;
    width: 100%;
}

#menuContent {
    background-image: url("/static/images/backgrounds/map_search_menu.png");
    background-position: bottom;
    background-color: #1385C6;
    background-repeat: repeat-x;
    z-index: 3;
}

#normalMenu{
    padding-top:6px;
}

#advanceMenu {
    font-family: Verdana;
    font-size:12px;
    color: white;
    padding-bottom:10px;
    position:relative;
}
#advanceMenu select{
    margin-top: 7px;
    font-size: 11px;
}
#advanceMenu input{
    margin-top: 7px;
}

#menuChangeContent{
    width: 87%;
    padding: 0;
    padding-top: 0px;
    margin: auto;
    padding-right: 2px;
    height: 100%;
    position: relative;
    top: 0px;
    border: none;
    color:white;
    font-family:Verdana;
    font-size:12px;
}

#menuContent a {
    color: white;
    font-size: 11px;
}