#fill {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	/*
	width: 100%;
	min-width: 1024px;
	*/
	height: 100%;
	background-color: #000000;
	opacity: 0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	z-index: 1000;
}

#window {
	position: absolute;
	background-color: #ffffff;
	width: 450px;
	height: 400px;
	top: 0px;
	z-index: 1200;
}

#window .wcontent {
	padding: 15px 20px 30px 20px;
	color: #000000;
}

#window .wcontent h3 {
	text-align: left;
	font-size: 16px;
	border-bottom: 1px solid #adb6d8;
	padding-bottom: 15px;
	font-weight: normal;
	margin: 2px -20px 15px -20px;
	padding-left: 40px;
	padding-right: 40px;
}

#window .wclose {
	width: 16px;
	height: 16px;
	position: absolute;
	cursor: pointer;
	color: #CCCCCC;
	background-image: url('../images/close.svg');
	background-size: 12px 12px;
	background-repeat: no-repeat;
	background-position: center center;
	top: 20px;
	right: 20px;
}

#window .wclose img {
	vertical-align: middle;
}

#window .ajax {
	display: block;
	width: 16px;
	height: 11px;
	margin: 15px auto 0px auto;
}