.dialog_css1 {
	border:2px #fff solid;
	background-color:#fde0bb;
	background-image:url(dialog-bg.gif);
	background-repeat:repeat-x; 
	padding:8px 3px 3px;
}
.dialog_css2 {
	background-color:#fff; 
	background-image:url(dialog-bg2.gif); 
	background-repeat:repeat-x; 
	padding:5px 0 3px;
	height:20px;
	clear:both;
}
.dialog_css3 {
	background-color:#fff;
	padding:10px;
	overflow:auto;
}
.dialog_css3 td,div,span,pre {
	color:#000;
}
.dialog_css4 {
	border:1px #ea8506 dashed; 
	padding:5px;
	background-color:#fff;
	clear:both;
}
.dialog_css5 {
	border:2px #fbb761 solid; 
}
.dialog_css6 {
	cursor:move; 
	padding:3px 0 0; 
	font-size:13px; 
	font-weight: bold; 
	color:#a05b04;
}
.dialog_css7 {
	background-image:url(dialog-resize.gif); 
	background-repeat:no-repeat;
	background-position:right;
	background-color:#feedd8;
	text-align:right;
	cursor:se-resize;
}