/* button styles */
a.button {
display: block;
background-color: transparent;
background-image: url(buttonBackground.gif);
background-repeat: no-repeat;
width: 132px;
height: 28px;
margin: 5px auto;
padding: 5px 0 0 0;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 90%;
font-weight: bold;
color: #ffffff;
text-decoration: none;
}

a.button:hover{
background-position: 0 -36px;
color: #000000;
}
a.buttonDis:link, a.buttonDis:hover, a.buttonDis:active {
background-position: 0 -72px;
color: #5F5F5F;
cursor: default;
}

