/* Used a star hack so MSIE ignores the following bit CSS. */
html > * .dropshadow-br{
	background: url("../images/shadow_full_br.png") no-repeat bottom right;
	padding: 0 8px 8px 0;
}
html > * .dropshadow-bl{
	background: url("../images/shadow_full_bl.png") no-repeat bottom left;
	padding: 0 0 8px 8px;
}
html > * .dropshadow-tl{
	background: url("../images/shadow_full_tl.png") no-repeat top left;
	padding: 8px 0 0 8px;
}
html > * .dropshadow-tr{
	background: url("../images/shadow_full_tr.png") no-repeat top right;
	padding: 8px 8px 0 0;
}
/* Feed MSIE the behaviour. */
.dropshadow-br, .dropshadow-bl, .dropshadow-tl, .dropshadow-tr{
	behavior: url("scripts/shadows.htc") url("../scripts/shadows.htc") url("../../scripts/shadows.htc") url("../../../scripts/shadows.htc");
	position: relative;
	background-color: #ECE9D8;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
