﻿.button
{
	background: url(../Images/button-bg.png) repeat-x top center;
	border: 1px solid #999;
	-moz-border-radius: 5px;
	padding: 0px;
	color: black;
	font-weight: bold;
	-webkit-border-radius: 5px;
	font-size: 13px;
	width: 70px;
	height: 30px;
}

.button:hover
{
	background: white;
	color: black;
}
