﻿#shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}
 
#shadow-container .shadow1,
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
 
	#shadow-container .shadow1 {
		background: #333333;
	}
 
	#shadow-container .shadow2 {
		background: #333333;
	}
 
	#shadow-container .shadow3 {
		background: black;
	}
 
	#shadow-container .container {
		background: maroon;
		border: 1px solid #3C0000;
		padding: 10px;
	}

