﻿#shadow-eb {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	width: 197px;
	height: 80px;
	background-color: #EBDEE7;
}
 
#shadow-eb .shadow2,
#shadow-eb .shadow3,
#shadow-eb .container {
	position: relative;
	left: -1px;
	top: -1px;
}
 
#shadow-eb .shadow1 {
	background: #f1f0f1;
}

#shadow-eb .shadow2 {
	background: #dbdadb;
}

#shadow-eb .shadow3 {
	background: #b8b6b8;
}

#shadow-eb .container {
	background: #ffffff;
	border: 1px solid #848284;
}
