﻿@charset "utf-8";
/** ie老版本浏览器a标签下的img默认是有边框的 **/
a img{
    border: none;
}

.loading_background {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.0;
    filter: alpha(opacity=00);
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3000;
}

.loading {
    color: #666;
    font-size: 13px;
    z-index: 3001;
    border: 2px solid #4A5B79;
    max-width: 100px !important;
    padding: 0px 5px;
    background: #fff;
    cursor: pointer;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 0 10px #ccc;
    position:absolute;
    line-height: 32px;
}

#loading {
    color: #666;
    font-size: 12pt;
    position: absolute;
    z-index: 3001;
    left: 42%;
    top: 40%;
    border: 2px solid #4A5B79;
    width: auto;
    padding: 8px 10px 7px 10px;
    background: #fff;
    display: none;
    cursor: pointer;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 0 10px #ccc;
}

    #loading span {
        font-size: 12pt;
    }

#loadingGird {
    color: #666;
    font-size: 12pt;
    position: absolute;
    z-index: 3001;
    left: 42%;
    top: 40%;
    border: 2px solid #4A5B79;
    width: auto;
    padding: 8px 10px 7px 10px;
    background: #fff;
    display: none;
    cursor: pointer;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 0 10px #ccc;
}

/*头部自能提示*/  
.mtip>span {  
    vertical-align: 3px;  
    line-height: 1;  
    display: inline-block;  
    width: auto;  
    font-size: 24px;  
}  
  
.mtip {  
    border-radius: 0 0 4px 4px;  
    padding-top: 10px;  
    padding-left: 25px;  
    padding-right: 25px;  
    padding-bottom: 10px;  
    color: #fff;  
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);  
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2)  
}  
  
.mtip.error {  
    background-color: #cd3237;  
    background-image: -moz-linear-gradient(top, #e34447, #cd3237);  
    background-image: -ms-linear-gradient(top, #e34447, #cd3237);  
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e34447), to(#cd3237) );  
    background-image: -webkit-linear-gradient(top, #e34447, #cd3237);  
    background-image: -o-linear-gradient(top, #e34447, #cd3237);  
    background-image: linear-gradient(top, #e34447, #cd3237);  
    border: 1px solid #ca3e3e  
}  
  
.mtip.success {  
    background-color: #f40000/*#43ab00*/;  
    background-image: -moz-linear-gradient(top, #f40000, #fa7c8b);  
    background-image: -ms-linear-gradient(top, #f40000, #fa7c8b/*388e00*/);  
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f40000), to(#fa7c8b) );  
    background-image: -webkit-linear-gradient(top, #f40000, #fa7c8b);  
    background-image: -o-linear-gradient(top, #f40000, #fa7c8b);  
    background-image: linear-gradient(top, #f40000, #fa7c8b);  
    border: 1px solid #338100  
}  
  
.mtip.warning {  
    background-color: orange;  
    background-image: -moz-linear-gradient(top, /*#0f76cd*/, orange/*#086cc1*/);  
    background-image: -ms-linear-gradient(top, orange, orange);  
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(orange),  
        to(orange) );  
    background-image: -webkit-linear-gradient(top, orange, orange);  
    background-image: -o-linear-gradient(top, orange, orange);  
    background-image: linear-gradient(top, orange, orange);  
    border: 1px solid #006096  
}  
.tip_container {  
    display: none;  
    z-index: 9999;  
    position: fixed;  
    top: 0;  
    text-align: left;  
    width: auto;  
    _width: auto;  
}