div.shadow1 {
	position: relative;
}

div.shadow1 div.tl {
	width: 18px;
	height: 18px;
	background: url(s1_corners.png) no-repeat top left;
	position: absolute;
	top: -9px;
	left: -9px;
}
div.shadow1 div.tr {
	width: 18px;
	height: 18px;
	background: url(s1_corners.png) no-repeat top right;
	position: absolute;
	top: -9px;
	right: -9px;
}
div.shadow1 div.br {
	width: 18px;
	height: 18px;
	background: url(s1_corners.png) no-repeat bottom right;
	position: absolute;
	bottom: -9px;
	right: -9px;
}
div.shadow1 div.bl {
	width: 18px;
	height: 18px;
	background: url(s1_corners.png) no-repeat bottom left;
	position: absolute;
	bottom: -9px;
	left: -9px;
}
div.shadow1 div.l {
	width: 9px;
	background: url(s1_l.png) repeat-y;
	position: absolute;
	left: -9px;
	top: 9px;
	bottom: 9px;
}
div.shadow1 div.r {
	width: 9px;
	background: url(s1_r.png) repeat-y;
	position: absolute;
	right: -9px;
	top: 9px;
	bottom: 9px;
}
div.shadow1 div.t {
	height: 9px;
	background: url(s1_t.png) repeat-x;
	position: absolute;
	top: -9px;
	left: 9px;
	right: 9px;
}
div.shadow1 div.b {
	height: 9px;
	background: url(s1_b.png) repeat-x;
	position: absolute;
	bottom: -9px;
	left: 9px;
	right: 9px;
}

