a.button, a.buttonDis {
display: inline;
background-color: transparent;
background-image: url(../images/buttons/yellow_btn.gif);
background-repeat: no-repeat;
width: 65px;
height: 37px;
margin: 6px 8px 10px 8px;
padding: 6px 8px 10px 8px;
text-align: center;
font-family: Helvetica, Calibri, Arial, sans-serif;
font-size: 12px;
color:#262626;
font-weight: bold;
text-decoration: none;
}

a.button:link, a.button:visited {
color: #262626;
}
a.button:hover, a.button:active {
background-position: 0px -37px;

}

input
{
	color: #ffffff;
	background: #595959;
	border: 0px;
	height: 20px;
	padding: 2px 0px 0px 10px;
}



