<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#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: 5px solid #058843;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*top: 35px !important;*/
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.75em;
	color: #FFFFFF;
	background-color: #135891;
	cursor: default !important;
	padding: 0 0 0 10px;
	margin: 0em;
}
#popup_title img{float: right;margin: 5px 5px 0 0;}

#popup_content {
	/*background: 18px 10px no-repeat url(../images/info.gif);*/
	padding: 10px;
	margin: 0;
}

#popup_content.alert {
	/*background-image: url(../images/info.gif);*/
        float: none;
        text-align: left;
        width: auto;
}

#popup_content.confirm {
	/*background-image: url(../images/important.gif);*/
}

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

#popup_message {
	/*min-height: 30px;*/
        padding: 10px 0;
        margin: 0;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}


#popup_container div.pp_close {
    background: url("../images/prettyPhoto/default/sprite.png") no-repeat scroll 2px 1px transparent;
    cursor: pointer;
    height: 30px;
    width: 30px;
    /*margin-right: -29px;
    margin-top: -24px;*/
    float: right;
    
}
</pre></body></html>