a.button
{
	display:inline-block;
	min-width:80px; 
	height:20px;
	padding:5px;
	border:1px #D7D7D7 solid;
	text-align:center;
	text-decoration:none;
	color:#666666;
	background:url(/assets/buttons/button_bg.png) repeat-x;
	cursor: pointer;

}



a.button:hover
{
	color: #000;
  background:url(/assets/buttons/button_bg_hover.png) repeat-x;
  text-decoration:none;

}