a.button {
	display:block;
	margin-left:5px;
	height:15px;
	text-indent:-9999px;
}

a.buy.button {
	margin-top:1px;
	float:left;
	background-image:url('../../images/shop/buy.png');
	width:60px;
	height:24px;
}
a.buy.button:hover {
	background-image:url('../../images/shop/buy-hover.png');
}
a.buy.button:active {
	margin-top:2px;
	margin-left:6px;
}

input.buynumber {
	float:left;
	width:30px;
}

input.btn {
	border-radius:5px;
	background-color: #86a736;
	-moz-border-radius:5px;
	padding: 4px 8px;
	color:white;
	text-decoration:none;
	margin-top : 6px;
}