.popup {
	position:relative;
	top:50%;
	left:50%;
	background-color:white;
	color:#666;
	font-size:13px;
	display:inline-block;
	border-radius:15px;
	z-index:1000;
	
	box-shadow: 1px 1px 5px #333333;
   -webkit-box-shadow: 1px 1px 5px #333333;
   -moz-box-shadow: 1px 1px 5px #333333;
}

.popup_modal {
	position:absolute;
	text-align:left;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.7);
}

.popup_controls {
	float:right;
	padding:5px;
}

.popup_control {
	cursor:pointer;
}

.popup_title {
	padding:10px 20px;
/* 	border-bottom:1px solid #bbb; */
	text-shadow:0 1px white;
	font-weight:normal;
	font-size:1.2em;
/* 	background-color:#ddd; */
	color:#115083;
	text-align:center;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

.popup_content {
	padding:20px;
	overflow:auto;
	color:#50a7ee;
}

.popup_footer {
	border-top:1px solid #e6f1fa;
	padding:15px 10px;
	text-align:center;
	background-color: #e6f1fa;
	border-radius: 0 0 15px 15px;
}

.popup_footer .popup_button {
	padding:2px 3px;
	margin-right:10px;
}
.popup_footer .popup_button:last-child {
	margin-right:0;
}

.popup h2 {
	padding:0;
	margin:0;
}

.popup_clear {
	clear:both;
}

.popup_close{
	width:24px;
	height:24px;
	color:#f38485!important;
	border:2px solid #f38485;
	padding:5px;
	border-radius:20px;
	line-height:10px;
	background: none;
	font-size:16px;
}