﻿.button
{
	background-image: url(../_images/button.png);
	background-repeat: no-repeat;
	width: 98px;
	height: 20px;
	padding-top: 5px;
	color: #525252;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
	display: block;
	cursor: pointer;
}
.button:hover
{
	background-image: url(../_images/button_over.png);
	background-repeat: no-repeat;
	width: 98px;
	height: 20px;
	padding-top: 5px;
	color: maroon;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
	display: block;
	cursor: pointer;
}
