/* DropShadow Border */
#border_tl
{
	background-image: url(tl.png);
	_background-image: none !important;
	background-position: 2px 1px;
	background-repeat: no-repeat;
	width: 11px;
	height: 10px;
}
#border_tm
{
	background-image: url(tm.png);
	_background-image: none !important;
	background-position: inherit -1px;
	height: 11px;
	background-repeat: repeat-x;
}
#border_tr
{
	background-image: url(tr.png);
	_background-image: none !important;
	background-position: 0px 1px;
	background-repeat: no-repeat;
	width: 11px;
	height: 10px;
}
#border_ml
{
	background-image: url(ml.png);
	_background-image: none !important;
	background-position: 0px inherit;
	width: 12px;
	background-repeat: repeat-y;
}
#border_mr
{
	background-image: url(mr.png);
	_background-image: none !important;
	background-position: 0px inherit;
	background-repeat: repeat-y;
	width: 13px;
}
#border_bl
{
	background-image: url(bl.png);
	_background-image: none !important;
	background-position: 1px 0px;
	background-repeat: no-repeat;
	height: 12px;
	width: 11px;
}
#border_bm
{
	background-image: url(bm.png);
	_background-image: none !important;
	background-position: inherit 0px;
	background-repeat: repeat-x;
	height: 13px;
}
#border_br
{
	background-image: url(br.png);
	_background-image: none !important;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
}
