.x-dlg .x-dlg-hd {
	background: url('/images/cfwindow_bg_green.gif') repeat-x 0px -82px;
	font:12px verdana, helvetica, arial, sans serif;
	overflow:hidden;
	padding:5px;
	white-space: nowrap;
	color:#333333;
}
.x-dlg .x-dlg-bgcolor-hd {
	font:22px verdana, helvetica, arial, sans serif;
	overflow:hidden;
	padding-bottom:5px;
	padding-left:3px;
}
.x-dlg .x-dlg-hd-left {
	background: url('/images/cfwindow_bg_green.gif') no-repeat 0px -41px;
	padding-left:3px;
	margin:0px;
}
.x-dlg .x-dlg-hd-right {
	background: url('/images/cfwindow_bg_green.gif') no-repeat right 0px;
	padding-right:3px;
}
.x-dlg .x-dlg-dlg-body{
	background:url();
	background:url('/images/cfwindow_bg_80p.png') repeat;
	border:3px solid #95C466;
	border-top:0px none;
	padding:10px;
	position:absolute;
	top:24px;left:0;
	z-index:1;
	overflow:hidden;
}
.x-dlg .x-dlg-close {
   background: url('/images/close_button.png') no-repeat -15px 0px;
}
.x-dlg .x-dlg-close-over {
	background-position:-30px 0px;
}
