﻿.ScreenButton
{
    background: url('../../Images/Common/ScreenButtonLeft.gif') top left no-repeat;
    line-height: 17px;
    font-size: 18px;    
    padding-left: 4px;    
}
.ScreenButtonInner
{   
    background: url('../../Images/Common/ScreenButtonRight.gif') top right no-repeat;            
    padding-right: 4px;    
}

.ScreenButtonInput
{        
    height: 22px;     
    border-style: none;    
    margin-bottom: 2px;
    padding-bottom: 2px;    
    color: White;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;            
    background: url('../../Images/Common/ScreenButtonMiddle.gif') top left repeat-x;    
    cursor: pointer;        
}