/* mod_auctionfactorysearch */

.intro_search_mod {
    float: left;
    padding: 3px;

    width: 95%;
    font-size: 17px;

    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 2px solid #437c64;

    background: #437c64;
    background: -moz-linear-gradient(top, #437c64 0%, #437c64 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #437c64), color-stop(100%, #437c64));
    background: -webkit-linear-gradient(top, #437c64 0%, #437c64 100%);
    background: -o-linear-gradient(top, #437c64 0%, #437c64 100%);
    background: -ms-linear-gradient(top, #437c64 0%, #437c64 100%);
    background: linear-gradient(to bottom, #437c64 0%, #437c64 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#437c64', endColorstr='#437c64', GradientType=0);
}

.intro_search_mod input,
.intro_search_mod select {
    width: 90%;
    height: 35px;
    line-height: 1.5em;
}