 #popup_container {font-family: Arial, sans-serif;font-size: 11px; min-width: 300px; /* Dialog will be no smaller than this */	max-width: 600px; /* Dialog will wrap after this width */ background-color: #FFFFFF; /*background: #FFF;*/border: solid 5px #08407D; /*border: solid 5px #1a5f6d;*/color: #000000;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
#popup_title {font-size: 11px;font-weight: bold;text-align: center; line-height: 1.75em;color: #fff;background: #08407D;border: solid 1px #08407D;border-bottom: solid 1px #08407D;	cursor: default;padding: 0em;margin: 0em;}
#popup_content {padding: 1em 1.75em;margin: 0em;}
#popup_content {/*background: 16px 16px no-repeat url(../../img/info.gif);*/padding: 1em 1.75em;margin: 0em;}
#popup_content.confirm {background: 16px 32px url(../../img/important.gif) no-repeat;}
#popup_content.alert {background: 16px 32px url(../../img/important.gif) no-repeat;}
#popup_content.prompt {background: 16px 32px url(../../img/info.gif) no-repeat;}
#popup_message {padding-left: 68px;}
#popup_panel {text-align: center;margin: 1em 0em 0em 1em;}
#popup_prompt {	margin: .5em 0em;}