/* button styles */
a.button {
display: block;
background-color: transparent;
background-image: url(buttonBackground.gif);
background-repeat: no-repeat;
width: 200px;
height: 30px;
margin: 0px auto;
padding: 10px 0 0 0;
text-align: left;
font-family: verdana,arial,'sans serif',Times New Roman;
font-size: 8pt;
font-variant: small-caps;
font-weight: bold;
color: #ef8721;
text-decoration: none;
}

a.button:hover{
background-position: 0 -50px;
color: #000000;
}
a.buttonDis:link, a.buttonDis:hover, a.buttonDis:active {
background-position: 0 -72px;
color: #5F5F5F;
cursor: default;
}


