Table.DivDiaglogGroup
{
	background:white;
}

.DivDiaglogTopLeft
{
	background:white url('/images/default/div/div_top_left.gif') left top no-repeat;
	width:3px; height:3px;
	font-size:0px;
	float:left;
}
.DivDiaglogTopRight
{
	background:white url('/images/default/div/div_top_right.gif') right top no-repeat;
	width:3px; height:3px;
	font-size:0px;
	float:right; clear:right;
}
.DivDiaglogBottomLeft
{
	background: white url('/images/default/div/div_bottom_left.gif') left bottom no-repeat;
	height:3px; width:3px;
	float:left; clear:left;
}
.DivDiaglogBottomRight
{
	background: white url('/images/default/div/div_bottom_right.gif') right bottom no-repeat;
	height:3px; width:3px;
	float:right; clear:right;
}
.DivDiaglogTop
{
	background: white url('/images/default/div/div_line.gif') top repeat-x;
	font-size:0px;
	height:3px;
	float:left;	clear:left;
}
.divDialogBody{float:left; clear:left; border-left:solid 1px #aebb9d; border-right:solid 1px #aebb9d;}
.DivDiaglogBottom
{
	background: white url('/images/default/div/div_line.gif') bottom repeat-x;
	float:left; clear:left;
}