.window_mask {
	position : absolute;
	top : 0px;
	left : 0px;
	width : 100%;
	height : 100%;
	background-color : #000;
	z-index : 2000001;
	opacity : 0.20;  filter: alpha(opacity=20);
}
.mask_hidden, .window_hidden {
	display : none;
}
.window_container {
	border : 1px solid #707476;
	background-color : #fff;
	position : absolute;
	z-index : 2000002;
}

.window_header {
	height : 35px;
	line-height : 35px;
	background-color : #e5edf0;
}

.window_title {
	margin-left : 20px;
}

.window_btn_print {
	margin : 8px 10px;
	background:#FFFFFF url(/images/more.png) no-repeat scroll left top;
	color:#000000 !important;
	float:right;
	padding-left:5px;
	text-decoration:none;
}
.window_btn_print span {
	background:#FFFFFF url(/images/more.png) no-repeat scroll right top;
	cursor:pointer;
	float:left;
	line-height:15px;
	padding:2px 15px 2px 0;
}

.window_body {
	margin : 15px 15px 0px 15px;
	overflow : hidden;
}

.window_external_source {
	overflow : hidden; 
	margin : -2px;
}

.window_footer {
	margin : 5px 15px;
}

.window_footer a {
	font-size : 11px;
}
