﻿.SpinnerControl
{
    overflow:auto;
    float:left;
    width: 70px;
    margin-top: 6px;
}
.SpinnerControl div
{
    height:31px;
    line-height:31px;
    float:left;
}
.SpinnerControl .LeftButton
{
    width:23px;
    background: url("../images/spinner.png") no-repeat left bottom transparent;
    cursor:pointer;
    height: 11px;
}
.SpinnerControl .LeftButton:active
{
    width:23px;
    background: url("../images/spinner.png") no-repeat right bottom transparent;
    cursor:pointer;
}
.SpinnerControl .ValueDisplay
{
    min-width:40px !important;
    border: 1px solid black;
    height: 20px;
    overflow:auto;
    font-family:Verdana;
    font-size:12px;
    line-height:20px;
    text-align:center;
    border: 1px solid #DDE2E4;
}
.SpinnerControl .RightButton
{
    width:23px;
    background: url("../images/spinner.png") no-repeat left top transparent;
    cursor:pointer;
    height: 11px;
}
.SpinnerControl .RightButton:active
{
    width:23px;
    background: url("../images/spinner.png") no-repeat right top transparent;
    cursor:pointer;
}