.shadow{
	font-size:1px;
	line-height:1px;
}

#shadow_nw,
#shadow_n,
#shadow_ne,
#shadow_sw,
#shadow_s,
#shadow_se{
	height:13px;
}
#shadow_nw,
#shadow_ne,
#shadow_w,
#shadow_e,
#shadow_sw,
#shadow_se{
	width:13px;
}
#shadow_nw,
#shadow_ne,
#shadow_sw,
#shadow_se{
	background-repeat:no-repeat;
}
#shadow_n,
#shadow_s{
	background-repeat:repeat-x;
}
#shadow_w,
#shadow_e{
	background-color:#FEFEFE;
	background-repeat:no-repeat;
}

#shadow_n{
	background-image:url('n.gif');
	background-position:bottom left;
}
#shadow_s{
	background-image:url('s.gif');
	background-position:top left;
}
#shadow_w{
	background-image:url('w.gif');
	background-position:top right;
}
#shadow_e{
	background-image:url('e.gif');
	background-position:top left;
}

#shadow_nw{
	background-image:url('nw.gif');
	background-position:bottom right;
}
#shadow_ne{
	background-image:url('ne.gif');
	background-position:bottom left;
}
#shadow_sw{
	background-image:url('sw.gif');
	background-position:top right;
}
#shadow_se{
	background-image:url('se.gif');
	background-position:top left;
}