@charset "utf-8";
/* CSS Document */

#updw-overlay {
	min-width:100%;
	max-width:100%;
	min-height:100%;
	overflow:hidden;
	background:rgba(0,0,0,0.8);
	position:absolute;
	left:0;
	top:0;
	z-index:9999;
	color:#333;
	font-size:0.8em;
}

#updw-window {
	width:800px;
	margin:auto;
	position:relative;
	text-align:left;
	padding:30px;
	background:#fff;
	box-sizing:border-box;
	max-width:90%;
}

#updw-content {
	overflow:auto;
}

#updw-content img {
	max-width:100%;
}

#updw-close {
	width:36px;
	height:36px;
	background:#4B4B4B;
	position:absolute;
	top:-18px;
	right:-18px;
	border:2px solid #fff;
	border-radius:20px;
	line-height:36px;
	color:#FFF;
	text-align:center;
	display:block;
	cursor:pointer;
	font-weight:bold;
}

#updw-overlay h1 {
	color: #4b4b4b;
    font: 1.4em Tahoma,Geneva,sans-serif;
    margin-bottom:20px;
}