@charset "UTF-8";
/* CSS Document */

.blur{
	background: transparent url(../images/shadow1.png);
	/*path to the 80%-transparent 1x1pixel black-colored background image*/
	color: inherit;
	width: 192px;
}

.shadow,
.content{
	position: relative;
	bottom: 2px;
	right: 2px;
	width: 190px;
}

.shadow{
	background: transparent url(../images/shadow2.png);
	/*path to the 60%-transparent 1x1pixel black-colored background image*/
	color: inherit;
	width: 191px;
}

.content{
	background-color: #fff; /*background color of content*/
	color: #000;
	width: 190px;
	border: 1px solid #666666;
}

