#popup_container {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	min-height: 180px; /* Dialog will be no smaller than this */
	min-width: 290px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFFFFF;
	border: solid 1px #233E54;
	color: #233E54;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 10px 9px 5px -6px rgba(0,0,0,0.6);
	-moz-box-shadow: 10px 9px 5px -6px rgba(0,0,0,0.6);
	box-shadow: 10px 9px 5px -6px rgba(0,0,0,0.6);
}

#popup_title_old {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	line-height: 1.75em;
	color: #ECECEC;
	background: #233E54;
	border: solid 0px #CCC;
	border-bottom: solid 0px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
	display: none;
}

#popup_title {
	background:url(../../img/logo_h_230x80.png) no-repeat center center;
	background-size: 115px 40px;
	height: 44px;
	cursor: default;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}

#popup_content {
	/* background: 16px 16px no-repeat url(../img/info.png); */
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	/* background-image: url(../img/info.png); */
}

#popup_content.confirm {
	/* background-image: url(../img/important.gif); */
}

#popup_content.prompt {
	/* background-image: url(../img/help.gif); */
}

#popup_message {
	padding-left: 48px;
	padding-top: 15px;
	min-height: 55px;
}

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

#popup_panel #popup_ok, #popup_panel #popup_cancel {
	border: 0px solid #233E54;
	background-color: #233E54;
	color: #FFFFFF;
	font-weight: bold;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	cursor: pointer;
	width: 90px;
	height: 30px;
}

#popup_panel #popup_cancel {
	background-color: #AA0000;
}

#popup_prompt {
	margin: .5em 0em;
	background-color: #FF0000;
}