.red{ color: red!important; }
.fr{ float: right; }
.fl{ float: left; }
.cleaner { width: 100%; clear: both;}
.c_h25 { width: 100%; height: 25px; clear: both;}
.c_h10 { width: 100%; height: 10px; clear: both;}

input.invalid, textarea.invalid {     border: 1px solid red;} 
small.invalid{ color: red!important;}


#swloading {
    background-color: #D4D4D4;
    bottom: 0;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}
#swloadimg {
    /*left: 50%;*/
    position: relative;
    top: 50%;
}