﻿.fade_kt
{
	width:100%;
	height:100%;
	background-color:#000;
	opacity: 0.9;
    filter: alpha(opacity=40);
    position:fixed;
    z-index:200000;
    top:0%;
    left:0%;
}

.loader_kt
{
	position:absolute;
    top: 50%;
    left: 50%;
    width:100px;
    height:100px;
    margin-top: -5em; 
    margin-left: -5em;
    border: 1px solid #ccc;
    background-color: #fff;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-border-radius: 5px;
	-webkit-box-shadow: 1px 10px 34px 7px #000;
	-moz-box-shadow: 1px 10px 34px 7px #000;
	box-shadow: 1px 10px 34px 7px #000;
}
