
.blur{
	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}

.blur div, .blur div div{
	position: relative;
	bottom: 2px;
	right: 2px;
}

.blur div{
	background-color: #666; /*shadow color*/
	color: inherit;
}

.blur div div{
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #000; /*border color*/
	padding: .5em 2ex;
}


.alpha-shadow {
	float: left;
	background-color: #b3a374;
}
.alpha-shadow div {
	background: url(/images/shadowAlpha.png) no-repeat left top;
	padding: 0px 5px 5px 0px;	
	background-color: #b3a374;
}





