#popup_container {
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #fff;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 8px 2em #c1c1c1;
	border: 0.5px solid #efefef;
	font-family: Lato, sans-serif;
	font-size: 14px!important;
}

#popup_title {
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 1.5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 18px;
}

#popup_content {
	background: 16px 16px no-repeat url(../images/info.gif);
	margin: 0em;
}

#popup_content.alert {
	background: 16px 16px no-repeat url(../images/info.gif);
	margin: 0em;
}

#popup_content.confirm {
	background: 16px 16px no-repeat url(../images/important.gif);
	margin: 0em;
}

#popup_content.prompt {
	background: 16px 16px no-repeat url(../images/help.gif);
	margin: 0em;
}

#popup_message {
	padding-left: 48px;
	padding-top: 3px;
	padding-right: 20px;
}

#popup_content.confirm #popup_message {
	padding-left: 58px;
	padding-top: 20px;
	padding-right: 20px;
}

#popup_content.prompt #popup_message {
	padding-left: 68px;
	padding-top: 20px;
	padding-right: 20px;
}

#popup_panel {
	text-align: center;
	margin: 2em 0em 0em 1em;

}

#popup_content.confirm #popup_panel {
	text-align: center;
	margin: 2em 0em 0em 1em;
	padding-bottom: 20px;
}

#popup_content.prompt #popup_panel {
	text-align: center;
	margin: 2em 0em 0em 1em;
}

#popup_panel input[type=button] {
	align-items: center;
	border-width: 1px;
	border-style: solid;
	border-radius: 6px;
	box-shadow: 0 18px 24px rgba(0, 0, 0, .12);
	cursor: pointer;
	display: inline-flex;
	font-family: Lato, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.42857;
	outline: none;
	padding: calc(.71429rem - .5px) 1.42857rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	touch-action: manipulation;
	transition: background .2s ease-in-out, border .2s ease-in-out, box-shadow .2s ease-in-out, color .2s ease-in-out, opacity .2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
	will-change: background, border, box-shadow, color, opacity;
	-webkit-appearance: none;
}

#popup_prompt {
	margin: .5em 0em;
}
