.uform {
    font-size: 12px;
}

.uform-title {
    font-weight: bold;
}

.uform-indicator {
    position: relative;
    top: 4px;
    left: 6px;
}

.uform-select {
    width: 200px !important;
    font-size: 10px;
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
}

.uform-select.uform-small {
    width: 100px !important;
}

.uform-input {
    width: 184px;
    height: 16px;
    line-height: 16px;
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
}

.uform-input.uform-small {
    width: 92px;
}

.uform-button {
    min-width: 24px;
    line-height: 16px;
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
    cursor: pointer;
}

.uform-error {
    color: #ae3c2e;
    font-size: .625rem;
}

.uform-field-error {
    background-color: #ffe1d1b3;
    width: 182px;
    height: 18px;
    padding: 2px 7px;
    border-radius: 7px;
}
