#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 8px #838384; /*#2DAEE2;*/
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.uiOverlayContent{
    background:#fff;
    border:1px solid #555;
    position:relative
    opacity:.7
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #fff;
	/*background: #CCC url(alerts-img/title.gif) top repeat-x;*/
    background: #585858; /*#2DAEE2;*/ /*#CCDAFF;*/ /*#86B864;*/
	border: solid 1px #555; /*#2DAEE2;*/ /*#7BC143*/; /*#2DAEE2;*/
	border-bottom: solid 1px #555; /*#2DAEE2;*/ /*#2DAEE2;*/
	cursor: default;
	padding: 0em;
	margin: 0em;
}
#popup_ok {
    /*background: #2DAEE2;
    font-weight: bold;
    */
    background-color: #0066CB;
    border-color: #E3E8F1 #0E1F5B #0E1F5B #E3E8F1;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 11px;
    padding: 2px 15px;
    text-align: center;
    font-weight:bold;
}
#popup_cancel {
    /*background: #CCDAFF;
    background: #2DAEE2;
    font-weight: bold;
    */
    background-color: #454545;
    border-color: #454545;
    border-style: solid;
    border-width: 1px;
    font-size: 11px;
    color: #FFFFFF;
    padding: 2px 15px;
    text-align: center;
    font-weight:bold;
    cursor: pointer;

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

#popup_content.alert {
	background-image: url(../img/alerts-img/info.gif);
    /*border: 0px;*/
}

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

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

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

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
    margin-top: 25px;
	border-top: solid 1px #333333; /*#2DAEE2;*/
}

#popup_prompt {
	margin: .5em 0em;
}
#pop_inputs{
    /*float:right;*/
    margin-top: 7px;
    margin-bottom: 7px;
}
