.content_two_column_body
{
    padding-left: 8px;
    width: 737px;
}

.eStoreButton 
{
    background-image: url(../Images/ButtonBackgrounds/btn.lg.middle.png);
    background-position: center center;
    height: 32px;
    border-radius: 0px; /* moz,chrome,html5 */
    -webkit-border-radius: 0px; /* ie */
    font-size: 18px;
    color: white;
    font-family: Arial;
    border: 0;
    padding-left: 11px;
    padding-right: 11px;
}
 
.eStoreButton:hover 
{
    background-image: url(../Images/ButtonBackgrounds/btn.lg.ON.middle.png);
}
 
.eStoreButton .left
{
    background-image: url(../Images/ButtonBackgrounds/btn.lg.left_end.png);
}
