﻿.loadmask {
    z-index: 100;
    position: fixed;
    top:0;
    left:0;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    background-color: #CCC;
    width: 100%;
    height: 100%;
    zoom: 1;
}
.loadmask-msg {
    z-index: 20001;
    position: fixed;
    top: 0;
    left: 50%!important;
    border:1px solid #dfdfdf;
    background: #c3daf9;
    padding:2px;
    transform: translate(-50%,0);

}
.loadmask-msg div {
    padding:5px 10px 5px 25px;
    background: #fff url('../images/loading_wait.gif') no-repeat 5px 5px;
    line-height: 16px;
	border:1px solid #dfdfdf;
    color:#222;
    font:normal 11px tahoma, arial, helvetica, sans-serif;
    cursor:wait;
}
.masked {
    overflow: hidden !important;
}
.masked-relative {
    position: relative !important;
}
.masked-hidden {
    visibility: hidden !important;
}

.smallred {
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
	COLOR: #ff3300;
	FONT-STYLE: normal;
	FONT-FAMILY: tahoma, arial;
	TEXT-DECORATION: none;
	margin-top: 0;
	clear: both;
	display: block;
	float: left!important;
	margin-left: 0px;
	 line-height: 15px;
	     position: absolute;


    /* width: 223px; */

	text-transform: uppercase;
	background-color: transparent;
}
