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


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










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

#stacks_in_2 {
	border: solid rgba(0, 80, 13, 1.00);
	border-width:  9px;
	-moz-border-radius:  8px;
	-webkit-border-radius:  8px;
	border-radius:  8px;
	margin:  20px;
	padding:  20px;
}

#stacks_out_2 {
	width: 350px;
}
