.RadInput_ST,
.RadInputMgr_ST {
  font: normal 12px "Segoe UI", Arial, Helvetica, sans-serif; }

/*textbox states*/
html body .RadInput_ST .riTextBox, html body .RadInputMgr_ST {
    border-color: #768ca5;
    background: #fff;
    color: #333333;
    font: normal 12px "Segoe UI", Arial, Helvetica, sans-serif;
    /*height: 23px;*/
}

html body .RadInput_ST .riEmpty,
html body .RadInput_Empty_ST {
  color: #777777; }

html body .RadInput_ST .riHover, html body .RadInput_Hover_ST, html body .RadInput_ST .riFocused, html body .RadInput_Focused_ST {
  color: #333333;
  border-color: #133c44; }

html body .RadInput_ST .riRead, html body .RadInput_Read_ST {
  border-color: #b0b0b0; }

html body .RadInput_ST .riDisabled, html body .RadInput_Disabled_ST {
  border-color: #b0b0b0;
  color: #777;
  cursor: default; }

html body .RadInput_ST .riError, html body .RadInput_Error_ST {
  border-color: #d24000;
  background: white 100% -298px no-repeat url('Input/sprite.gif');
  color: #b32d34; }

.RadForm.rfdTextbox .RadInput_ST .riError[type="text"], .RadForm.rfdTextbox .RadInput_Error_ST[type="text"] {
  border-color: #d24000;
  background: white 100% -298px no-repeat url('Input/sprite.gif');
  color: #b32d34; }

html body .RadInput_ST .riNegative, html body .RadInput_Negative_ST {
  color: #444; }

/*buttons*/
.RadInput_ST a {
  /*background: transparent no-repeat url('Input/sprite.gif');*/ }

.RadInput_ST .riBtn a {
  width: 20px;
  height: 18px;
  line-height: 18px;
  background-position: 3px 5px; }
  .RadInput_ST .riBtn a:hover {
    background-position: 3px -45px; }

.RadInput_ST .riSpin a {
  width: 15px;
  height: 7px;
  line-height: 7px; }

.RadInput_ST a.riUp {
  background-position: 4px -98px; }
  .RadInput_ST a.riUp:hover {
    background-position: 4px -148px; }

.RadInput_ST a.riDown {
  background-position: 4px -199px; }
  .RadInput_ST a.riDown:hover {
    background-position: 4px -249px; }

.RadInput_ST .riLabel {
  color: #000; }

.RadInput_ST .riResizeIcon {
  background: transparent 0 0 no-repeat url('Input/ResizeEdge.gif'); }

html body .RadInputRTL_ST .riError, html body .RadInputRTL_Error_ST {
  background-position: 3px -298px; }

html body .RadInputRTL_ST .riResizeIcon {
  background-position: 0 -19px; }

.RadForm.rfdTextbox .RadInputRTL_ST .riError[type="text"], .RadForm.rfdTextbox .RadInputRTL_Error_ST[type="text"] {
  background-position: 3px -298px; }

