.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: #666; /*shadow color*/
	color: inherit;
}

.content {
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #AACCEE; /*border color*/
	padding: .5em 2ex;
}