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


#stacks_in_56 a:link, #stacks_in_56 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_56 a:hover, #stacks_in_56 a:active {
	color:#E5E5E5;
}










#stacks_in_56 a:link, #stacks_in_56 a:visited {
	background-color:#6C8DCA;
	background: -webkit-gradient(linear, left top, left bottom, from(#6C8DCA), to(#415479));
	border:1px solid #415479;
	padding:3px 20px;
	color:#E5E5E5;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_56 a:hover {
	background-color:#7598DA;
	background: -webkit-gradient(linear, left top, left bottom, from(#7598DA), to(#384969));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_56 a:active {
	background-color:#6C8DCA;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
