.blur{
	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}

.shadow,.content{
	border-bottom: 1px solid #644048; /*border color*/
	border-right: 1px solid #644048; /*border color*/
	bottom: 5px;
	right: 5px;
}

.content2{
	float: right;
	bottom: 1px;
	right: 1px;
	width: 850;
}

.shadow{
	background-color: #644048; /*shadow color*/
	color: inherit;
}

.content3{
	background-color: #9d7aa4; /*background color of content*/
	color: #000; /*text color of content*/
	border: 5px solid #ffffff; /*border color*/
}
