#shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}
 
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}
 
	#shadow-container .shadow1 {
		background: #b17355;
	}
 
	#shadow-container .shadow2 {
		background: #---------;
	}
 
	#shadow-container .shadow3 {
		background: #---------;
	}
 
	#shadow-container .container {
		background: #ff9c6c;
		border: 0px solid #------;
		padding: 1px;
	}