#shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	width: 995px;
}
 
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}
 
	#shadow-container .shadow1 {
		background: #d5dadd;
	}
 
	#shadow-container .shadow2 {
		background: #c6cbce;
	}
 
	#shadow-container .shadow3 {
		background: #b6bbbe;
	}
	
	#shadow-container .container {
		background: #ffffff;
		border: 1px solid #9ba0a3;
		padding: 1px;
	}

