html body .RadInput_MyCustomSkin .riTextBox,
html body .RadInputMgr_MyCustomSkin {
  border-color: #cccccc;
  border-radius: 4px;
  color: #555555;
  background: #ffffff;
  font: 14px/1.42857 "Helvetica Neue", Helvetica, Arial, sans-serif;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; }

html body .RadInputMgr_MyCustomSkin {
  padding-left: 10px;
  height: 34px;
  box-sizing: border-box; }

.RadInput_MyCustomSkin.riSingle .riTextBox,
.RadForm_MyCustomSkin.RadForm.rfdTextbox input.riTextBox.rfdDecorated {
  height: 34px; }

* + html .RadInput_MyCustomSkin.riSingle .riTextBox,
* + html .RadForm_MyCustomSkin.RadForm.rfdTextbox input.riTextBox.rfdDecorated {
  height: 29px;
  line-height: 29px; }

.RadInput_MyCustomSkin.riSingle textarea.riTextBox,
html .RadInput_MyCustomSkin textarea.riTextBox {
  height: auto; }

html body .RadInput_MyCustomSkin .riHover,
html body .RadInput_Hover_MyCustomSkin {
  border-color: #adadad;
  color: #555555; }

html body .RadInput_MyCustomSkin .riFocused,
html body .RadInput_Focused_MyCustomSkin {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.RadInput_MyCustomSkin .riTextBox.riEmpty,
html body .RadInput_Empty_MyCustomSkin {
  color: #909090; }

html body .RadInput_MyCustomSkin .riRead,
html body .RadInput_Read_MyCustomSkin,
html body .RadInput_MyCustomSkin .riDisabled,
html body .RadInput_Disabled_MyCustomSkin {
  border-color: #909090;
  color: #909090;
  background: #eeeeee; }

html body .RadInput_MyCustomSkin .riError,
html body .RadInput_Error_MyCustomSkin,
.RadForm.rfdTextbox .RadInput_MyCustomSkin .riError[type="text"],
.RadForm.rfdTextbox .RadInput_Error_MyCustomSkin[type="text"] {
  border-color: #a94442; }

html body .RadInput_MyCustomSkin .riNegative,
html body .RadInput_Negative_MyCustomSkin {
  color: #6e6e6e; }

/*buttons*/
.RadInput_MyCustomSkin a {
  background: transparent no-repeat url('Common/radActionsSprite.png'); }

/*go*/
.RadInput_MyCustomSkin .riBtn a {
  width: 17px;
  height: 34px;
  line-height: 34px;
  background-position: -14px -4864px; }

.RadInput_MyCustomSkin a.riButton {
  background-position: -14px -4864px; }

.RadInput_MyCustomSkin a.riButton:hover {
  background-position: -64px -4864px; }

/*spin*/
.RadInput_MyCustomSkin .riSpin a {
  width: 20px;
  height: 17px;
  line-height: 17px; }

.RadInput_MyCustomSkin.riContSpinButtons,
.RadInput_MyCustomSkin .riContentWrapper {
  padding: 0;
  position: relative; }

html body .RadInput_MyCustomSkin.riContSpinButtons .riTextBox {
  padding-right: 34px; }

* + html body .RadInput_MyCustomSkin.riContSpinButtons .riTextBox {
  margin-top: -1px;
  margin-bottom: -1px; }

.RadInput_MyCustomSkin a.riUp,
.RadInput_MyCustomSkin a.riDown {
  height: 17px;
  position: absolute;
  right: 0;
  width: 33px; }

.RadInput_MyCustomSkin a.riUp {
  top: 0;
  border-left: 1px solid #cccccc;
  background-position: -9px -16px; }
  .RadInput_MyCustomSkin a.riUp:hover {
    background-position: -59px -16px; }

.RadInput_MyCustomSkin a.riDown {
  bottom: 0;
  border-left: 1px solid #cccccc;
  background-position: -9px -68px; }
  .RadInput_MyCustomSkin a.riDown:hover {
    background-position: -59px -68px; }

/*label*/
.RadInput_MyCustomSkin .riLabel {
  color: #555555; }

.RadInput_MyCustomSkin .riResizeIcon {
  background: transparent -17px -2417px no-repeat url('Common/radActionsSprite.png');
  opacity: 0.5;
  filter: alpha(opacity=50);
  width: 16px;
  height: 16px;
  margin-left: -16px; }

html body .RadInputRTL_MyCustomSkin .riError,
html body .RadInputRTL_Error_MyCustomSkin {
  background-position: 3px -298px; }

.RadInputRTL_MyCustomSkin .riResizeIcon {
  background-position: -17px -2467px; }

.RadForm.rfdTextbox .RadInputRTL_MyCustomSkin .riError[type="text"],
.RadForm.rfdTextbox .RadInputRTL_Error_MyCustomSkin[type="text"] {
  background-position: 3px -298px; }
