div.dtTopLeftDiv
{
	width: 200px;
	background: #C2D5E0 url(../../Images/CustomControls/DesignerLabel/topLeft.gif) no-repeat left top;
}

div.dtTopRightDiv
{
	background: url(../../Images/CustomControls/DesignerLabel/topRight.gif) no-repeat right top;
}

div.dtBottomLeftDiv
{
	background: url(../../Images/CustomControls/DesignerLabel/bottomLeft.gif) no-repeat left bottom;
}

div.dtBottomRightDiv
{
	min-height: 14px;
	line-height: 14px;
	padding: 2px 10px 3px 10px;
	background: url(../../Images/CustomControls/DesignerLabel/bottomRight.gif) no-repeat right bottom;
}
/* [#3757] - Fix for IE6 and below.  Issues with min-height ... * html hack ensures only parse by IE6 and below */
* html div.dtBottomRightDiv
{
	height:19px;
}