<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#okOverlay{
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(0, 0, 0, 0);
	display:none;
}

#popup_container {
    font-family:verdana;
    font-weight: none;
    font-size: 14px;
    color: #000000;
	text-align: left;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 350px; /* Dialog will wrap after this width */
	min-height: 130px;
	background: #ffffff;
 	background: #ffffff url('images/sfondino6.GIF') no-repeat;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 10px 3px #808080;
    -moz-box-shadow: 0px 0px 10px 3px #808080;
    box-shadow: 0px 0px 10px 3px #808080;
    *border: 2px solid #808080;    /* IE6 &amp; 7 */
    border: 2px solid #808080\9;   /* IE8 */

/*
	border: solid 1px #808080;
	box-shadow:0px 3px 7px #333333;
	-moz-box-shadow:0px 3px 7px #333333;
	-webkit-box-shadow:0px 3px 7px #333333;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	-khtml-border-radius:7px;
*/	
	
	margin-left:20px;
	margin-right:15px;
	/*padding:220px;*/
}

#popup_title {
    font-family:verdana;
    font-weight: bold;
    font-size: 0px;
    color: #ffffff;
	text-align: left;
    height:35px !important;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	-khtml-border-radius:7px;
	cursor: default;
    padding: 11px 4px 0px 12px !important;
	margin: 0px !important;
	margin-top: -26px !important;
}


#popup_content {
	background: no-repeat url(images/info.png);background-size:60px;
	margin-left:5px;
	margin-top:7px;
    color: #000000;
	z-index:9999;
	background-repeat: no-repeat;
	min-height: 60px;
	margin-right:10px;
	margin-bottom:10px;
	margin-top: 35px !important;
}

#popup_content.noicona {background-image: url(images/info.png);background-size:60px;}
#popup_content.alert {background-image: url(images/info.png);background-size:60px;}
#popup_content.warning {background-image: url(images/warning.png);background-size:60px;}
#popup_content.error {background-image: url(images/Error.png);background-size:60px;}
#popup_content.error2 {background-image: url(images/Error2.png);background-size:60px;}
#popup_content.question {background-image: url(images/Question.png);background-size:60px;}
#popup_content.made {background-image: url(images/confirm.png);background-size:60px;}
#popup_content.confirm {background-image: url(images/confirm.png);background-size:60px;}
#popup_content.prompt {background-image: url(images/Question.png);background-size:60px;}

#popup_message {
    font-family:verdana;
    font-weight: none;
    font-size: 13px;
    color: #000000;
	text-align: left;
	padding-left: 63px;
	padding-top: 9px;
	padding-bottom: 5px;
}

.hr{margin-top:30px;margin-bottom:5px;margin-left:12px; border-top:solid 0px #c2c2c2; width:94% !important;background-color:#c2c2c2 !important;}

#popup_panel {
 	float:right;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:10px;
}

#popup_prompt {
	margin: .5em 0em;
}</pre></body></html>