/* CSS Document */


.blur{
	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
	width:224px;
		height: 185px
}

.shadow,
.content{
	position: relative;
	bottom: 2px;
	right: 2px;
	left: -2px;
	top: 0px;


}

.shadow{
	background-color: #666; /*shadow color*/
	color: inherit;
	width:222px;
	height: 182px
}

.content{
	background-color: #e2f2ff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #000; /*border color*/
	padding: .5em 2ex;
	width:220px;
		height: 180px
}

