﻿a.GJC_DefaultButton {
    background: transparent url(  '../images/btn_rightB.png' ) no-repeat scroll top right;
    display: block;
    height: 37px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
    margin-right: 6px;
    padding-right: 15px; /* CHANGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
    text-decoration: none;
    color: #162743;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    border: 0;
    position: static;
    float: left;
    clear: right;
}

a.GJC_DefaultButton span {    
    background: transparent url('../images/btn_leftB.png') no-repeat;     
    display: block;
    line-height: 23px; 
    padding: 7px 3px 5px 18px;
} 

a.GJC_DefaultButton:visited span
{
    color: #162743;
    font-weight: bold;
}
a.GJC_DefaultButton:hover span{
    text-decoration:none;
    color: #E0A000;
}

a.GJC_DefaultButton_small {
    background: transparent url(  '../images/btn_rightBSm.png' ) no-repeat scroll top right;
    display: block;
    height: 30px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
    margin-right: 6px;
    padding-right: 15px; /* CHANGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
    text-decoration: none;
    color: #162743;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    border: 0;
    position: static;
    float: left;
    clear: right;
}

a.GJC_DefaultButton_small span {    
    background: transparent url('../images/btn_leftBSm.png') no-repeat;     
    display: block;
    line-height: 16px; 
    padding: 7px 3px 5px 18px;
} 

a.GJC_DefaultButton_small:visited span
{
    color: #162743;
    font-weight: bold;
}
a.GJC_DefaultButton_small:hover span{
    text-decoration:none;
    color: #E0A000;
}
