<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#loading 
{
background:url(/metimages/metSmart/fancybox/trans-bg.png) repeat; 
display: none;
    height: 100%;
    margin: 0 auto;
    position: fixed;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    z-index: 9999;
	left:0;
	top:0px;
}

.align-center {
    background: url("/metimages/metSmart/ajax_loader.gif") no-repeat scroll center center;
    background-size:50px;	
    display: block;
    float: none;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.align-center:after {
    content: "Loading...";
    position: absolute;
    top: 49%;
    color: #fff;
    font-weight: bold;
    padding-left: 20px;
}







#loading-image 
{
display: block;
    height: 80px;
    margin: 35% auto 0;
    width: auto;
    z-index: 9999;
}
 

.errblock input[type="date"], .errblock input[type="email"], .errblock input[type="text"], .errblock select, .errblock textarea, .errblock input[type="password"]{
border-color: #f24b4b;
    box-shadow: 0 0 5px #f24b4b;
}






</pre></body></html>