#shadow-container { 
	position: relative; 
	left: 3px; 
	top: 3px; 
	margin-right: 1px; 
	margin-bottom: 1px; 
	width: 100%;
	height:100%;
} 
#shadow-container .shadow2, 
#shadow-container .shadow3, 
#shadow-container .container { 
	position: relative; 
	left: -1px; 
	top: -1px; 
	width: 100%;
	height:100%;
} 
#shadow-container .shadow1 { 
	background: #F1F0F1; 
	height:100%;
} 
#shadow-container .shadow2 { 
	background: #DBDADB; 
	width: 100%;
	height:100%;
} 
#shadow-container .shadow3 { 
	background: #B8B6B8; 
	width: 100%;
	height:100%;
} 
#shadow-container .container { 
	background: #ffffff; 
	border: 1px solid #848284; 
	padding: 1px; 
	width: 100%;
	height:100%;
}
