.dialog .content, .dialog .t, .dialog .b, .dialog .b div
{
	background: transparent url(../images/GlobalImages/contentBGWhite.gif) no-repeat top right;
}
.dialog .t
{
	background-position: top left;
}
.dialog .b
{
	background-position: bottom right;
}
.dialog .b div
{
	background-position: bottom left;
}
.dialog .content
{
	_overflow-y: hidden;
}
.dialog .t
{
	height: 8000px;
}
.dialog .content
{
	zoom: 1;
}
