#popup_container {
	font-size: 12px;
	min-width: 300px;
	max-width: 600px;
    width:50%;
    background: #FFF;
	color: #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
    box-sizing: border-box;
    padding: 10px 10px 50px 10px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 2.5em;
	cursor: default;
	padding: 0em;
	margin: 0em;
	border-bottom:rgba(0,0,0,0.05) solid 3px;

}

#popup_content {
	padding: 1em 1.75em;
	margin: 0em;
}


#popup_message {
	display: table;
}

#popup_message > *{
	display: table-cell;
	vertical-align: middle;
	padding: 0 7px;
}

#popup_message i{

	font-size: 350%;
	vertical-align: middle;
	color: rgba(28,81,119,1.0);
	width: 40px;
}

#popup_panel {
	text-align: center;
	position: absolute;
    bottom:20px;
    left: 0;
    width: 100%;
	box-sizing: border-box;
	padding: 0 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

#popup_ok,
#popup_cancel{
	color: #FFFFFF;
	min-width: 80px !important;
	box-sizing: border-box;
	padding: 2px 10px;
	width: auto;
	height: 24px;
	border: none;
	background: #a3a5a6;
}

#popup_ok:hover,
#popup_cancel:hover,
#popup_ok:focus,
#popup_cancel:focus {
	background: rgba(28,81,119,1.0);
}
