.RadInput_Webster, .RadInputMgr_Webster
{
    font: 12px "segoe ui",arial,sans-serif;
}

html body .RadInput_Webster .riTextBox, html body .RadInputMgr_Webster
{
    border-color: #9cafc3 #9cafc3 #9cafc3 #9cafc3;
    background: #ffffff;
    color: #000000;
    font: 12px "segoe ui",arial,sans-serif;
}

html body .RadInput_Webster .riEmpty, html body .RadInput_Empty_Webster
{
    color: #8a8a8a;
}

html body .RadInput_Webster .riHover, html body .RadInput_Hover_Webster, html body .RadInput_Webster .riFocused, html body .RadInput_Focused_Webster
{
    border-color: #9cafc3 #9cafc3 #9cafc3 #9cafc3;
}

html body .RadInput_Webster .riRead, html body .RadInput_Read_Webster
{
    border-color: #e4eaf0;
}

html body .RadInput_Webster .riDisabled, html body .RadInput_Disabled_Webster
{
    border-color: #e4eaf0;
    color: #8a8a8a;
    cursor: default;
}

html body .RadInput_Webster .riError, html body .RadInput_Error_Webster
{
    border-color: #2d70b2 #408ddb #4296eb #3e92e6;
    background: #ffffff 100% -298px no-repeat url('Input/sprite.gif');
    color: #2d70b2;
}

.RadForm.rfdTextbox .RadInput_Webster .riError[type="text"], .RadForm.rfdTextbox .RadInput_Error_Webster[type="text"]
{
    border-color: #2d70b2 #408ddb #4296eb #3e92e6;
    background: #ffffff 100% -298px no-repeat url('Input/sprite.gif');
    color: #2d70b2;
}

html body .RadInput_Webster .riNegative, html body .RadInput_Negative_Webster
{
    color: #575757;
}

.RadInput_Webster a
{
    background: transparent no-repeat url('Input/sprite.gif');
}

.RadInput_Webster .riBtn a
{
    width: 20px;
    height: 18px;
    line-height: 18px;
    background-position: 3px 5px;
}

    .RadInput_Webster .riBtn a:hover
    {
        background-position: 3px -45px;
    }

.RadInput_Webster .riSpin a
{
    width: 15px;
    height: 7px;
    line-height: 7px;
}

.RadInput_Webster a.riUp
{
    background-position: 4px -98px;
}

    .RadInput_Webster a.riUp:hover
    {
        background-position: 4px -148px;
    }

.RadInput_Webster a.riDown
{
    background-position: 4px -199px;
}

    .RadInput_Webster a.riDown:hover
    {
        background-position: 4px -249px;
    }

.RadInput_Webster .riLabel
{
    color: #000000;
}

html body .RadInputRTL_Webster .riError, html body .RadInputRTL_Error_Webster
{
    background-position: 3px -298px;
}

.RadForm.rfdTextbox .RadInputRTL_Webster .riError[type="text"], .RadForm.rfdTextbox .RadInputRTL_Error_Webster[type="text"]
{
    background-position: 3px -298px;
}
