.RadInput_RFE,
.RadInputMgr_RFE 
{
    font-family: Verdana;
    font-size: 13px;
    font-style: normal;
}

html body .RadInput_RFE .riTextBox, html body .RadInputMgr_RFE 
{
    border-color: #b8b8b8 #b8b8b8 #b8b8b8 #b8b8b8;
    background: #fff;
    color: #000;
    font-family: Verdana;
    font-size: 13px;
    font-style: normal;
}

html body .riSingle.RadInput.RadInput_RFE input.riTextBox
{
    padding-top: 0px;
    padding-bottom: 0px;
    height: 24px;
    line-height: 24px;
}

html body .RadInput_RFE .riEmpty,
html body .RadInput_Empty_RFE 
{
    color: #8a8a8a; 
}

html body .RadInput_RFE .riHover, html body .RadInput_Hover_RFE, html body .RadInput_RFE .riFocused, html body .RadInput_Focused_RFE 
{
    color: black;
    border-color: #2ebf00 #2bb300 #28a800; 
}

html body .RadInput_RFE .riRead, html body .RadInput_Read_RFE 
{
    border-color: #d0d0d0; 
    color: #9da7b8;
}

html body .RadInput_RFE .riDisabled, html body .RadInput_Disabled_RFE 
{
    border-color: #d0d0d0;
    color: #8a8a8a;
    cursor: default; 
}

html body .RadInput_RFE .riError, html body .RadInput_Error_RFE 
{
    border-color: #d51923;
    background: white 100% -298px no-repeat url('Input/sprite.gif');
    color: #d51923; 
}

.RadForm.rfdTextbox .RadInput_RFE .riError[type="text"], .RadForm.rfdTextbox .RadInput_Error_RFE[type="text"] 
{
    border-color: #d51923;
    background: white 100% -298px no-repeat url('Input/sprite.gif');
    color: #d51923; 
}

html body .RadInput_RFE .riNegative, html body .RadInput_Negative_RFE 
{
    color: #565656; 
}

/*buttons*/
.RadInput_RFE a 
{
    background: transparent no-repeat url('Input/sprite.gif'); 
}

.RadInput_RFE .riBtn a 
{
    width: 20px;
    height: 18px;
    line-height: 18px;
    background-position: 3px 5px; 
}

.RadInput_RFE .riBtn a:hover 
{
    background-position: 3px -45px; 
}

.RadInput_RFE .riSpin a 
{
    width: 15px;
    height: 7px;
    line-height: 7px; 
}

.RadInput_RFE a.riUp 
{
    background-position: 4px -98px; 
}

.RadInput_RFE a.riUp:hover 
{
    background-position: 4px -148px; 
}

.RadInput_RFE a.riDown 
{
    background-position: 4px -199px; 
}

.RadInput_RFE a.riDown:hover 
{
    background-position: 4px -249px; 
}

.RadInput_RFE .riLabel 
{
    color: #000; 
}

.RadInput_RFE .riResizeIcon 
{
    background: transparent 0 0 no-repeat url('Input/ResizeEdge.gif'); 
}

html body .RadInputRTL_RFE .riError, html body .RadInputRTL_Error_RFE 
{
    background-position: 3px -298px; 
}

html body .RadInputRTL_RFE .riResizeIcon 
{
    background-position: 0 -19px; 
}

.RadForm.rfdTextbox .RadInputRTL_RFE .riError[type="text"], .RadForm.rfdTextbox .RadInputRTL_Error_RFE[type="text"]
{
    background-position: 3px -298px; 
}
