.BorderlessWithClose
{
}

.BorderlessWithClose h2
{
	display:none;
}

.BorderlessWithClose .closeHandle
{
	top: 17px;
	right: 16px;
	width: 34px;
	height: 10px;
	background-image: url(/images/btn-modal-close-off.gif);
}
.BorderlessWithClose .closeHandle:hover 
{
	top: 17px;
	right: 16px;
	width: 34px;
	height: 10px;
	background-image: url(/images/btn-modal-close-on.gif);
}
.dmxWindow
{
	border-style:none !important;
}