.dialog {	margin-left: 12px;	position:relative;	width: 100%;	max-width:1600px;	text-align:left;	padding: 0 0 4px 0;}.dialog .content {	 position:relative;	 zoom:1;	 _overflow-y:hidden;}.dialog .t {	/* top+left vertical slice */	 position:absolute;	left:0px;	top:0px;	width:12px;	_height:1600px; /* arbitrary long height, IE 6 */	background-position:top left;	height: 100%;	margin-left:-12px; /*For PNG images */}.dialog .b {	/* bottom */	 position:relative;	 width:100%;}.dialog .b,.dialog .b div {	 height:20px; /* height of bottom cap/shade */	 font-size:1px;}.dialog .b {	background-position:bottom right;}.dialog .b div {	 position:relative;	 width:12px; /* bottom corner width */	 margin-left:-12px; /*For PNG images */	 background-position:bottom left;}.dialog .hd,.dialog .bd,.dialog .ft {	 position:relative;}.dialog .wrapper {	 /* extra content protector - preventing vertical overflow (past background) */	 position:static;	 max-height:1200px;	 overflow:auto;}