.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC9;
	text-decoration: none;
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 120px;
	background-position: center center;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}
