.mt20 {
    margin-top: 20px;
}

.fleft {
    float: left;
}

.relative {
    position: relative;
}

.search-text {
    width: 145px;
    height: 26px;
    font: 12px/26px Times New Roman;
    color: #706363;
    padding: 0 20px 0 10px;
    border: none;
    background: url(/images/design/search-field.png) no-repeat;
}

.search-submit {
    width: 13px;
    height: 13px;
    position: absolute;
    top: 7px;
    right: 5px;
    border: none;
    background: #fff url(/images/design/search-button.png) no-repeat;
    cursor: pointer;
}

.search-submit-large {
    position: relative;
    width: 32px;
    height: 32px;
    top: 16px;
    right: 5px;
    border: none;
    background: #fff url(/images/design/search-button-big.png) no-repeat;
    cursor: pointer;
}
