#shadow-container {
	position: relative;
	left: 6px;
	top: 6px;
	margin-right: 0px;
	margin-bottom: 10px;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .shadow4,
#shadow-container .shadow5,
#shadow-container .shadow6,
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}
	
	#shadow-container .shadow1 {
		background: #d4e5ce;
	}
	
	#shadow-container .shadow2 {
		background: #cadbc5;
	}
	
	#shadow-container .shadow3 {
		background: #beceb8;
	}
	
	#shadow-container .shadow4 {
		background: #adbba8;
	}
	
	#shadow-container .shadow5 {
		background: #97a393;
	}

	#shadow-container .shadow6 {
		background: #869182;
	}

	#shadow-container .container {
		background: #5ea502;
		border: 1px solid #5ea502;
	}