a.button {
	background:transparent url(images/button_right.png) no-repeat scroll top right;
	display:block;
	float:left;
	height:34px;
	margin-right:6px;
	padding-right:20px;
	text-decoration:none;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
a.button span {
	background:transparent url(images/button_left.png) no-repeat;
	display:block;
	line-height:22px;
	color:#000;
	font-size:14px;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 18px;
}
a.button span:hover, a.button:hover  {
	color: #C00;
}