@CHARSET "UTF-8";
.ShadowBackground{
	background-color:black;
	height: 100%;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 998;
}
.ShadowWindow{
	background-color: white;
	border: 2px solid #545454;
	font-size: 10px;
	opacity: 1;
	overflow: visible;
	position: fixed;
	z-index: 999;
	margin: 0 auto;
	right:0;
	left:0;
	display: table;
}
.ShadowTitle{
	display:none;
	background-color: #545454;
	color: white;
	font-size: 13px;
	font-weight: bolder;
	height: 20px;
	padding: 5px 5px 5px 15px;
}
.ShadowClose{
    float: right;
    font-weight: bold;
    height: 20px;
    width: 20px;	 
}
.ShadowClose:HOVER{
	cursor: pointer;
	color:red;
}
.ShadowClose:ACTIVE{
	cursor: pointer;
	color:orange;
}
.ShadowSourceBody{
	overflow: auto;
	display:none;
	float:left;
	padding: 5px;
}