#shadow-container {
	position: relative;
	right: -3px;
	top: -3px;
	margin-left: -3px;
	margin-bottom: -3px;
	width: 720px
}

 
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	right: -3px;
	top: -3px;
}
 
	#shadow-container .shadow1 {
		background: #8f8f8f;
	}
 
	#shadow-container .shadow2 {
		background: #bcbdbc;
	}
 
	#shadow-container .shadow3 {
		background: #dbdcdb;
	}
 
	#shadow-container .container {
		background: #ffffff;
		border: 1px solid white;
		padding: 10px;
	}