<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#popup_container {
    outline:none;
	font-family:Microsoft YaHei;
	font-size: 12px;
	width: 362px; /* Dialog will be no smaller than this */
	height: 223px; /* Dialog will wrap after this width */
	background: #FFF;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:  url(images/conf-bg.png) top no-repeat;
    box-shadow:1px 1px 10px #000;
}
#popup_container.focus{outline:none;}

#popup_title {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding-top:4px;
	line-height: 1.75em;
	color: #FFF;
	cursor: default;
	padding-left:8px;
	margin: 0em;
	width: 250px;
    display: initial;
	float:left;
}
#popup_closed{
	cursor:pointer;
	float:right;
	width:66px;
	height:28px;
	padding-top:0;
	text-indent:-9999em;
	outline:none;
}
#popup_closed:hover{
   outline:none;
   background:url(images/close.png) no-repeat;
}
#popup_panel input[type=button]{
	cursor:pointer;
}
#popup_content {
	background: 16px 16px no-repeat url(images/info.gif);
    padding: 1em 1.75em;
    margin: 0em;
    width: 340px;
    height: 180px;
}

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

#popup_content.confirm {
	background: url(images/important.jpg) no-repeat 20px 55px;
}

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

#popup_message {
	height: 125px;
    margin-top: 35px;
    padding-left: 47px;
    padding-right: 30px;
    text-align: left;
    line-height:140%;
    font-size:12px;
}

#popup_panel {
	margin-bottom: 5px;
    margin-right: 0;
    margin-top: 6px;
    padding-right: 25px;
    text-align: right;
}
#popup_ok{
    width:85px;
	height:25px;
	margin-right:10px;
}
#popup_cancel{
    width:85px;
	height:25px;
}

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