﻿body, html {
    font-size: 14px;
    padding: 0;
    margin: 0;
    height: 100%;
}

#zzc {
    width: 100%;
    height: 100%;
    position: fixed;
    text-align: center;
    z-index: 999;
    display: none;
}
#zzcBg {
    width: 100%;
    height: 100%;
    min-height: 100%;
    z-index: 998;
    background-color: grey;
    filter: alpha(Opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
    position: absolute;
    top: 0px;
    left: 0px;
}
#zzcContent {
    width: 400px;
    height: 210px;
    border: solid 2px #DE1F20;
    background-color: #FFF;
    position: absolute;
    z-index: 999;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#zzcTip {
    color: red;
    margin-top: 10px;
    font-size: 20px;
    text-align: left;
    margin-left: 25px
}
.zzcHr {
    border-bottom: 1px solid red;
    width: 90%;
    margin-left: 25px;
    font-size: 10px
}
#zzcImg {
    margin-right: 15px;
    height: 50px;
    width: 120px;
}
#zzcInput {
    border: 1px solid #cacaca;
    width: 55%;
    margin-top: 5px;
    height: 30px;
}
#zzcBtn {
    width: 120px
}