.window {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	/** background:transparent url(img/panel_title.png) repeat scroll 0 0;**/
	/* border:1px solid #99BBE8; */
	font-size:12px;
	overflow:hidden;
	padding:5px;
	position:absolute;
}
.window .window-header {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent none repeat scroll 0 0;
	padding:15px 0 4px;
}
/*.panel-header-noborder {
	border-bottom:1px solid #fff;
	border-width:0 0 1px;
}*/
.panel-header {
	color:white;
	font-size:14px;
	font-weight:bold;
	line-height:15px;
	/* position:relative;*/
}
/*.window .window-header .panel-tool_left {
	right:1px;
	top:0;
}
.window .window-header .panel-tool_right {
	right:26px;
	top:10px;
}*/
.panel-tool_left {
	position:absolute;
	margin:-20px 0 0 102px;
	*margin:-20px 0 0 -165px!important;
}
.panel-tool_right {
	position:absolute;
	margin:-17px 0 0 103px;
	*margin:-10px 0 0 90px;
}
/*.panel-tool_right {
	position:absolute;
	margin:-17px 0 0 72px;
	*margin:-17px 0 0 -175px!important;
}
2013.9.16日打开*/

.panel-tool_left div,
.panel-tool_right div {
	cursor:pointer;
	display:block;
	float:right;
	height:16px;
	margin-left:2px;
	opacity:0.7;
	width:16px;
}
.panel-tool-close {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(img/panel_tools.gif) no-repeat scroll -16px 0;
}
.window .window-body {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF none repeat scroll 0 0;
	border-color:#fff;
	border-style:solid;
	border-width:0 1px 1px;
}
.panel-body {
	overflow:auto;
}
.messager-body {
	text-align:center;
}
