﻿
/*button {
    display: inline-block;
    padding: 6px;
    margin-top: 3px;
    margin-bottom: 3px;
}*/
/*span {
    margin: 2px;
}*/
.xsearch {
    margin-top: 20px;
    margin-bottom: 20px;
    min-width: 400px;
}

.quick-search-panel {
    border: solid 1px rgba(62, 88, 143, 1);
    height: 28px;
    border-radius: 3px;
    max-width: 300px;
    margin-bottom: 10px;
}

    .quick-search-panel input {
        float: left;
        width: 248px;
        border: none;
        height: 25px;
        line-height: 18px;
        border-radius: 3px 0px 0px 3px;
    }

    .quick-search-panel button {
        /*position:relative;
    top:5px;*/
        float: right;
        height: 28px;
        width: 50px;
        margin: 0px;
        border-radius: 0px 2px 2px 0px;
    }

        .quick-search-panel button .button-icon {
            display: block;
            height: 18px;
            margin: 0 auto 2px;
        }
