/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/
.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
	background:transparent url(../images/backgrounds/contentBG.jpg) 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;
}

/* top+left vertical slice */
.dialog .t {
	height:8000px; /* arbitrary long height, IE 6 */
}

.dialog .content {
	zoom:1;
}
