/* own round corner shadows - double image hack for bottom corners shoudl probably be improved */

.top_left {
	background: transparent url(../img2/shadow_cnr_biground_sgray.png) no-repeat scroll 0 0 ; position:absolute;
	height:40px;width:40px; left:-20px;top:-20px;		
}
.top_edge {
	background: transparent url(../img2/shadow_horiz_biground_sgray.png) repeat-x scroll 0 0 ; position:absolute;
	height:20px;			left:20px;right:20px;top:-20px;		
}
.top_right {
	background: transparent url(../img2/shadow_cnr_biground_sgray.png) no-repeat scroll 0 -80px ; position:absolute;
	height:40px;width:40px; right:-20px;top:-20px;		
}
.left_edge {
	background: transparent url(../img2/shadow_vert_biground_sgray.png) repeat-y scroll 0 0 ; position:absolute;
	width:20px; 			left:-20px;top:20px;bottom:20px;		
}
.right_edge {
	background: transparent url(../img2/shadow_vert_biground_sgray.png) repeat-y scroll -30px 0 ; position:absolute;
	width:20px; 			right:-20px;top:20px;bottom:20px;		
}
.bottom_left {
	background: transparent url(../img2/shadow_cnr_biground_sgray.png) no-repeat scroll 0 -40px ; position:absolute;
	height:40px;width:40px; left:-20px;bottom:-20px;		
}
.bottom_edge {
	background: transparent url(../img2/shadow_horiz_biground_sgray.png) repeat-x scroll 0 -30px ; position:absolute;
	height:20px;			left:20px;right:20px;bottom:-20px;		
}
.bottom_right {
	background: transparent url(../img2/shadow_cnr_biground_sgray.png) no-repeat scroll 0 -120px ; position:absolute;
	height:40px;width:40px; right:-20px;bottom:-20px;		
}

