@charset "utf-8";
/* CSS Document */
#shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 2px;
	margin-bottom: 2px;
}
 
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .shadow4,
#shadow-container .shadow5,
#shadow-container .shadow6,
#shadow-container .container {
	position:relative;
	left: -3px;
	top: -3px;
}
 
	#shadow-container .shadow1 {
		background: #F1F0F1;
	}
 
	#shadow-container .shadow2 {
		background: #DBDADB;
	}
 
	#shadow-container .shadow3 {
		background:#B6B8B6;
	}
	#shadow-container .shadow4 {
		background:#B6B8B6;
	}
	#shadow-container .shadow5 {
		background:#B6B8B6;
	}
	#shadow-container .shadow6 {
		background:#B6B8B6;
	}

#shadow-container .container {
		background: #dcdcdc;
		border: 6px solid #00bf09;
		padding: 10px;

  	}
