form fieldset {
    width: 400px;
    margin: 0px auto;
}

label {
    font-weight: bold;
}
input.text, select, textarea {
    padding: 2px 5px;
    font-size: 14px;
    width: 388px;
}

input.text, select, textarea {
    border: 1px dotted #777;
}

input.small {
    width: 100px;
}

input.button {
    font-weight: bold;
    font-size: 12px;
    padding: 5px 10px;
}

.search div.text {
    border: 1px dotted #777;
    background-color: #F9FAF6;
    padding: 1px;
}
.search input.text {
    color: #777;
    font-size: 14px;
    font-weight: bold;
    width: 450px;
    padding: 0px 5px;
    background-color: transparent;
    border: 0px none;
}
.search input.button {
    font-weight: bold;
    font-size: 14px;
    padding: 2px 10px;
    text-align: center;
}

.search .yaform .yaform__input-text {
    color: #777 !important;
    font-size: 14px !important;
    font-weight: bold !important;
    width: 390px !important;
    padding: 0px 5px !important;
    background-color: transparent !important;
    border: 0px none !important;
}
.search .yaform .yaform__submit {
    font-weight: bold !important;
    font-size: 14px !important;
    padding: 2px 10px !important;
    text-align: center !important;
}

