﻿.modal{
    display: block;
	position: absolute;
	top: 0%;
	left: 0%;
	background-color: black;
	z-index:5001;
	-moz-opacity: 0.8;
	opacity:.70;
	filter: alpha(opacity=70);
     -moz-opacity: 0.8;
    margin-left:0px;
 }
.loading{
        font-family: Arial;
        font-size: 10pt;
        border: 5px solid #67CFF5;
        width: 200px;
        height: 100px;
        display: none;
        /*position: fixed;*/
        background-color: White;
        z-index: 5002;
}