#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight:bold;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #004994;
	color:#333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:0 0 20px #333;
	-webkit-box-shadow:0 0 20px #333;
	box-shadow:0 0 20px #333;
}

#popup_title {
	font-size: 13pt;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	color: #FFF;
	background: /*#CCC url(../images/title.gif) top repeat-x*/url("../images/bg-button-blue.gif") repeat-x left top #004a95 !important;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
	text-shadow:1px 1px 1px #666;
}

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

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

#popup_content.confirm {
	background-image: url(../images/info.gif);
}

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

#popup_message {
	padding-left: 48px;
	font-size:11pt;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}
#popup_ok, #popup_cancel{
	background: /*#CCC url(../images/title.gif) top repeat-x*/url("../images/bg-button-blue.gif") repeat-x left top #004a95 !important;
	padding:5px 10px;
	cursor:pointer;
	color:#fff;
	font-weight:bold;
	border:#004994;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size:11pt;
	margin:8px;
	text-shadow:1px 1px 1px #666;
}
#popup_prompt {
	margin: .5em 0em;
}