#okOverlay{
	position:fixed;
	top:0;
	left:0;
	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: 250px; /* Dialog will be no smaller than this */
	max-width: 350px; /* Dialog will wrap after this width */
	min-height: 130px;
 	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 & 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: 16px;
    color: #ffffff;
	text-align: left;
    height:45px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	-khtml-border-radius:7px;
	cursor: default;
    padding: 11px 4px 0px 12px;
	margin-top: -20px;
}

#popup_content {
	background: no-repeat url(images/info.png);
	margin-left:10px;
	margin-top:0px;
    color: #000000;
	z-index:9999;
	background-repeat: no-repeat;
	min-height: 80px;
	margin-right:20px;
	margin-bottom:20px;
}

#popup_content.alert {background-image: url(images/info.png);}
#popup_content.warning {background-image: url(images/warning.png);}
#popup_content.error {background-image: url(images/Error.png);}
#popup_content.error2 {background-image: url(images/Error2.png);}
#popup_content.question {background-image: url(images/Question.png);}
#popup_content.made {background-image: url(images/confirm.png);}
#popup_content.confirm {background-image: url(images/confirm.png);}
#popup_content.prompt {background-image: url(images/Question.png);}

#popup_message {
    font-family:verdana;
    font-weight: none;
    font-size: 13px;
    color: #000000;
	text-align: left;
	padding-left: 85px;
	padding-top: 25px;
}

.hr{margin-top:70px;margin-left:12px; border-top:solid 1px #c2c2c2;}

#popup_panel {
 	float:right;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:15px;
}

#popup_prompt {
	margin: .5em 0em;
}