#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 100px;
	min-height: 100px;
	background: #FFF;
	border: solid 5px #FFF;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	line-height: 1.75em;
	color: #666;
	cursor: default;
	padding: 0;
	margin: 0;
}
#popup_content {
	width: inherit;
	height: inherit;
	margin: auto;
}
#btn_close {
	position: absolute;
	right: 15px;
	top: 5px;
}

