﻿*|* {
    margin: 0px;
    padding: 0px;
	border-spacing: 0px;
}

*:focus {
    border: 0;
    outline: 0;
}

a {  text-decoration:none;}

ul { list-style: none; }
td {padding-left:5px;}


.loader {
    position: absolute;
    left: 40%;
    top: 40%;
    width: 10%;
    height: 10%;
    z-index: 9999;
    background: url('/images/Loading.png') 50% 50% no-repeat rgb(249,249,249);
    background-color: #c3d5d9;
    border-radius: 40%;
    border-color: #9fa9b1 !important;
    border-style: groove;
    border-image-source: url('Images/Loading.png'); border-radius:20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 36px double #9fa9b1;
    /*background-image :url('Images/Loader_back.png');*/
}

.mesages {
    position: fixed;
    right: 20%;
    top: 4%;
    font-size: 1.4em;
    z-index: 9999;
    background-color: #c3d5d9;
 
    border-color: #9fa9b1 !important;
    border-style: groove;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
 
}


.modal a.close-modal[class*="icon-"] {
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    color: #fff;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    background: #900;
    border: 2px solid #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius:6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    
}