div.ShadowBoxContainer,
div.ShadowBoxTopContainer,
div.ShadowBoxTop,
div.ShadowBoxTopRight,
div.ShadowBoxContentGroup,
div.ShadowBoxContentContainer,
div.ShadowBoxContent,
div.ShadowBoxRight,
div.ShadowBoxBottomGroup,
div.ShadowBoxBottomLeft,
div.ShadowBoxBottom,
div.ShadowBoxBottomRight {float:left;}

/************* Fix extra space in IE6 *************/
div.ShadowBoxTopContainer, div.ShadowBoxTop, div.ShadowBoxTopRight,
div.ShadowBoxBottomGroup, div.ShadowBoxBottom,
div.ShadowBoxBottomLeft, div.ShadowBoxBottomRight
{ line-height:2px; font-size:2px; }
/**************************************************/

div.ShadowBoxTopContainer,
div.ShadowBoxContentContainer { border-left:solid 1px #D9D9D9; border-right:solid 1px #D9D9D9; }
div.ShadowBoxTopContainer {}
div.ShadowBoxContainer {}
div.ShadowBoxTop {
	border-top:solid 1px #D9D9D9; height:2px;
	/*width:300px;		Set dynamically in ShadowBox class Render method	*/
}
div.ShadowBoxTopRight {
	clear:right; width:5px; height:3px;
	background:url(../images/bg/shadowbox-topright.png) no-repeat top right;
}
div.ShadowBoxContentGroup {
	clear:both;
	background:url(../images/bg/shadowbox-right.png) repeat-y right;
}
div.ShadowBoxContent {
	border-bottom:solid 1px #D9D9D9;
	/*width:300px;		Set dynamically in ShadowBox class Render method	*/
}
div.ShadowBoxRight {
	clear:right; width:5px; height:100%;
}
div.ShadowBoxBottomGroup {
	clear:left;
	/*width:307px;		Set dynamically in ShadowBox class Render method	*/
}
div.ShadowBoxBottomLeft {
	height:5px; width:3px;
	background:url(../images/bg/shadowbox-bottomleft.png) no-repeat bottom left;
}
div.ShadowBoxBottom {
	height:5px;
	background:url(../images/bg/shadowbox-bottom.png) repeat-x bottom;
	/*width:298px;		Set dynamically in ShadowBox class Render method	*/
}
div.ShadowBoxBottomRight {
	width:6px; height:5px;
	background:url(../images/bg/shadowbox-bottomright.png) no-repeat bottom right;
}
