.pop {
	background-color: white;
	border: 10px solid #0B380D;
	border-radius: 25px 25px 25px 25px;
	box-shadow: 10px 10px 10px gray;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	*overflow: visible !important;
	position: fixed;
	text-align: center;
	z-index: 200;
}

.pop-close {
	background-color: white;
	border: 5px solid #0B380D;
	border-radius: 30px 30px 30px 30px;
	box-sizing: border-box;
	color: #0B380D;
	cursor: pointer;
	font-family: Verdana;
	font-size: 24px;
	font-weight: bold;
	height: 39px;
	line-height: normal;
	left: 90%;
	margin-bottom: -25px;
	position: relative;
	*position: absolute;
	text-align: center;
	top: -25px;
	width: 39px;
	z-index: 201;
}

.pop-close:hover {
	border: 5px solid #AA0000;
	color: #AA0000;
}

.pop-title {
	color: #0B380D;
	font-size: 20px;
	font-weight: bold;
	*margin-top: 10px;
	position: relative;
}

.pop-content {
	margin: 5px;
	width: auto;
}

#popup-loading {
	margin-top: 50px;
}

.txt-loading {
	font-size: 18px;
}