﻿.btnWhite a
{        
    color: #000; 
    background: url(images/btnWhite.gif) left top no-repeat; 
    font-weight:bold; 
    padding-left: 10px;
    text-decoration: none;    
    display:block;
    height: 18px;
    
}

.btnWhite a:hover
{        
    color: #d52027; 
    background: url(images/btnWhite.gif) left top no-repeat; 
    font-weight:bold; 
    padding-left: 10px;
    text-decoration: none;  
    display: block;  
}

.btnWhite a span
{
    background: url(images/btnWhiteRight.gif) right top no-repeat;
    padding-right: 10px;
    padding-bottom: 5px;
}


.btn a
{        
    color: #fff; 
    background: url(images/bgBtn.gif) left top no-repeat; 
    font-weight:bold; 
    padding-left: 10px;
    text-decoration: none;    
    display:block;
    height: 18px;
}

.btn a:hover
{        
    color: #aaa; 
    background: url(images/bgBtn.gif) left top no-repeat; 
    font-weight:bold; 
    padding-left: 10px;
    text-decoration: none;    
    display:block;
}

.btn a span
{
    background: url(images/bgBtnRight.gif) right top no-repeat;
    padding-right: 10px;
    padding-bottom: 5px;
}
