@charset "UTF-8";
/* CSS Document */

#shadow-container {
	position: relative;
	width: 140px;
	float: left;
}
 
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}

#shadow-container .shadow1 {
	background: #F1F0F1;
	height: 140px;
	width: 140px;
}

#shadow-container .shadow2 {
	background: #DBDADB;
	height: 140px;
	width: 140px;
}

#shadow-container .shadow3 {
	background: #B8B6B8;
	height: 140px;
	width: 140px;
}

#shadow-container .container {
	background: #ffffff;
	height: 140px;
	width: 140px;
}
