#stacks_in_10_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_10 a:link, #stacks_in_10 a:visited {
	 display:block; 
	
	 float:right; 
	position: relative;
	text-decoration:none;
}
#stacks_in_10 a:hover, #stacks_in_10 a:active {
	color:#787878;
}










#stacks_in_10 a:link, #stacks_in_10 a:visited {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#B3B5B0));
	border:1px solid #B3B5B0;
	padding:3px 20px;
	color:#787878;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_10 a:hover {
	background-color:#FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#9B9D98));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_10 a:active {
	background-color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
