﻿button, .button, .buttonPressed
{ 
    position: relative; 
    padding: 0; 
    cursor: pointer; 
    text-align: center; 
    overflow: visible; 
    background-image:url(images/Button.gif);
    width:80px;
    height:27px;
    line-height:27px;
    font-size:14px;
    border:0;
}