.br, .tl, .bl, .tr {
	display:inline-table;
	/* \*/display:block;/**/
}
.br {
	float:left;
	background:url('/images/global/shadowbox-br.gif') right bottom no-repeat;
}
.tl {
	background:url('/images/global/shadowbox-tl.gif') no-repeat;
	}
.bl {
	background:url('/images/global/shadowbox-bl.gif') 0px 100% no-repeat;
	}
.tr {
	padding: 4px 6px 6px 4px;
	background:url('/images/global/shadowbox-tr.gif') 100% 0px no-repeat;
}

div.tr img {
	border: 0;
	padding: 0;
	margin-bottom: -4px;
}