#popup_container {
	min-width: 300px;
	max-width: 600px;
	background: #FFF;
	border: solid 1px #ddd;
	color: #000;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	font-weight: 300;
	font-size: 11pt;
	letter-spacing: 0.02em;
	line-height: 14pt;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#popup_title {
    font-weight: 200;
    font-size: 20pt;
    letter-spacing: 0.01em;
    line-height: 22pt;
    font-smooth: always;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    background-color: #207e48;
    color: #fff;
    border: 1px solid #207e48;
    border-bottom: 0 none;
    /* width: 98%; */
    margin: 0px;
    padding: 6px 15px;
    padding-left: 9px;
}

#popup_content {
	background: 16px 16px no-repeat url("../images/alert_info.gif");
	padding: 1em 0.75em;
	margin-top: 7px;
}
#popup_content.alert {
	background-image: url("../images/alert_info.gif");
}
#popup_content.confirm {
	background-image: url("../images/alert_important.gif");
}
#popup_content.prompt {
	background-image: url("../images/alert_help.gif");
}
#popup_message {
	padding-left: 0px;
}
#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}
#popup_prompt {
	margin: .5em 0em;
}
#popup_ok {
	font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 9pt;
	font-smooth: always;
	line-height: 11pt;
	font-size: 14px;
	display: inline-block;
	padding: 4px 12px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle !important;
	min-width: 80px;
	min-height: 30px;
	height: 30px;
	background-color: rgba(32, 126, 72, 0.97);
	border: 1px transparent solid;
	color: #fff;
	margin-right: 10px;
	margin-bottom: 10px;
	border-raduis: 0;
	cursor: pointer;
	width: auto;
    border-radius: 15px;
}

#popup_ok:hover {
    background-color: #207e48;
    color: #fff;
}
#popup_cancel {
	font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 9pt;
	font-smooth: always;
	line-height: 11pt;
	font-size: 14px;
	display: inline-block;
	padding: 4px 12px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle !important;
	min-width: 80px;
	min-height: 30px;
	height: 30px;
	background-color: rgba(177, 74, 37, 0.84);
	border: 1px transparent solid;
	color: #fff;
	margin-right: 10px;
	margin-bottom: 10px;
	border-raduis: 0;
	cursor: pointer;
	width: auto;
    border-radius: 15px;
}
#popup_cancel:hover {
	background-color: #F00;
	color: #fff;
}
