.blur {
	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin-left: 10px;
	margin-top: 10px;
}
.shadow, .content { position: relative; bottom: 4px; right: 4px; }
.shadow {
	background-color: #666666; /*shadow color*/
	color: inherit;
}
.content {
	background-color: #ffffff; /*background color of content*/
	color: #000000; /*text color of content*/
	border: 1px solid #AACCEE; /*border color*/
	padding: .5em 2ex;
}
