<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";

div.mwaitwindow {
    background-color: #FCF7D1;
    background-image: url("wait.gif");
    background-position: 10px center;
    background-repeat: no-repeat;
    border: 1px solid #E1B52D;
    color: #000000;
    font-family: Verdana,Arial,sans-serif;
    font-size: 11px;
    padding: 10px 30px 10px 37px;
    position: absolute;
    text-align: center;
    z-index: 10000;
}

div.fancybox-inner {
	font-family: Verdana,sans-serif;
    font-size: 13px;
    line-height: 160%;
	font-style: normal;
	color: #000;
}</pre></body></html>