#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #fff;
	border: solid 5px #001348;
	color: #000;
}

#popup_title {
	text-align: left;
	color: #545456;
	font-size: 28px;
	font-weight: 500;
	cursor: default;
	padding: 0em;
	margin: 0em;
	padding-left: 0.5em;
	line-height: 1.75em;
}

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

#popup_content.alert {
	/* background-image: url(/share/images/site/alert/info.gif); */
}

#popup_content.confirm {
	/* background-image: url(/share/images/site/alert/important.gif); */
}

#popup_content.prompt {
	/* background-image: url(/share/images/site/alert/help.gif); */
}

#popup_message {
	font-size: 14px;
	color: #555;
	padding: 10px 0 5px 0;
	line-height: 18px;
}

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

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

#popup_ok, #popup_cancel {
	color: #FFF;
	margin: 10px 0 0 10px;
	/* padding: 1px 8px 1px 8px; */
	font-size: 12px;
	font-family: Arial;
	width: 43px;
	height: 22px;
	background: #001348;
}

#popup_cancel {
	width: 54px;
	background: transparent url("/share/images/site/cancel_popup.gif") top left no-repeat;
}

#popup_cancel.disable {
	color: #B9C8D6;
}
