﻿.button, a.buttonDis {
display: block;
background-color: transparent;
background-image: url(button_images/buttonBackground.gif);
background-repeat: no-repeat;
width: 80px;
height: 28px;
margin: 5px auto;
padding: 5px 0 0 0;
text-align: center;
font-family: Helvetica, Calibri, Arial, sans-serif;
font-size: 100%;
font-weight: bold;
text-decoration: none;
}
input.button:link, input.button:visited {
color: #002577;
}
input.button:hover, input.button:active {
background-position: 0 -36px;
color: #FFFFFF;
}