﻿.dxbButton_Glass {
    background-image: url('edtButtonBack.gif');
    background-repeat: repeat-x;
    color: #003e5a;
}

.dxbButtonHover_Glass {
    background: #B5D7DB url('edtButtonHoverBack.gif') top;
    background-repeat: repeat-x;
    border: solid 1px #71ACB4;
}

.dxbButtonPressed_Glass {
    background: #9ABDC1 url('edtButtonPressedBack.gif') top;
    background-repeat: repeat-x;
    border: solid 1px #71ACB4;
}

.dxbDisabled_Glass {
    background: #e8ebec url('edtButtonBack.gif') top;
    background-repeat: repeat-x;
    color: #687677;
    background-color: #ffffff;
}
