div.shadowBox {
	position: relative; 
/*	background-color: white;*/
	border: none;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
/*	z-index: 100;*/
}
div.shadowLeft {
	position: absolute;
	top: 8px;
	left: -3px;
	width: 3px;
	font-size: 1px;
	line-height: 1px;
	background-image: url("../images/dropshadow/left.png");
}
div.shadowTop {
	position: absolute;
	top: -2px;
	left: 7px;
	height: 2px;
	font-size: 1px;
	line-height: 1px;
	background-image: url("../images/dropshadow/top.png");
}
div.shadowRight {
	position: absolute;
	top: 8px;
	right: -5px;
	width: 5px;
	font-size: 1px;
	line-height: 1px;
	background-image: url("../images/dropshadow/right.png");
}
div.shadowBottom {
	position: absolute;
	left: 7px;
	height: 6px;
	font-size: 1px;
	line-height: 1px;
	background-image: url("../images/dropshadow/bottom.png");
}
div.shadowTopLeft {
	position: absolute;
	top: -2px;
	left: -3px;
	height: 10px;
	width: 10px;
	font-size: 1px;
	line-height: 1px;
	background-image: url("../images/dropshadow/topleft.png");
}
div.shadowBottomLeft {
	position: absolute;
	left: -3px;
	height: 10px;
	width: 10px;
	font-size: 1px;
	line-height: 1px;
	background-image: url("../images/dropshadow/bottomleft.png");
}
div.shadowTopRight {
	position: absolute;
	top: -2px;
	right: -5px;
	height: 10px;
	width: 10px;
	font-size: 1px;
	line-height: 1px;
	background-image: url("../images/dropshadow/topright.png");
}
div.shadowBottomRight {
	position: absolute;
	right: -5px;
	height: 10px;
	width: 10px;
	font-size: 1px;
	line-height: 1px;
	background-image: url("../images/dropshadow/bottomright.png");
/*	background-color: pink;*/
}