.dialog{
    position: relative;
    display: none;
}
#bg{
    background: #000;
    opacity: 0.5;
    width:100%;
    height:100%;
    position: fixed;
    left:0;
    top:0;
    z-index:10000;
}
#dialog_con{
    width:710px;
    background: #fff;
    border:6px #cbcfd5 solid;
    position: fixed;
    z-index:10001;
    top: 50%;
    left: 50%;
    margin: -210px 0 0 -355px;
    _margin: -180px 0 0 -355px;
    _position: absolute;
    padding-bottom: 45px;
}
.try_close{
    background:url(../images/wrong.png);
    width: 44px;
    height: 44px;
    display: block;
    top: -22px;
    right: -22px;
    position: absolute;
}
.whenInput h1{
    width: 100%;
    height: 30px;
    font-size: 24px;
    color: #2c2c2c;
    text-align: center;
    padding-top: 40px;
    font-weight: normal;
}
.whenInput h4{
    text-align:center;margin:15px 0 25px 0;
    font-style:normal;
    font-size:12px;
    color:#333;
    font-weight:normal
}
#dialog_con form div{
    height: 30px;
    padding: 15px 0px 0px 95px;
    overflow: hidden;
}
#dialog_con form div label{
    float: left;
    text-align: right;
    width:90px;
    line-height:30px;
    font-size:12px;
    color:#282828;
}
#dialog_con form div input{
    width: 340px;
    height: 28px;
    display: block;
    float: left;
    margin-left: 8px;
    border: 1px #cbcfd5 solid;
    background: #fff;
    color: #b4b7bb;
    text-indent: 5px;
    line-height: 200%;
}
#dialog_con form .submit {
    width: 105px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: block;
    background: #ff8d00;
    border: 1px solid #e07c00;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 15px;
    margin-left: 200px;
}
#dialog_con form div #button{
    height:30px;
    width: 115px;
    line-height: 28px;
    cursor: pointer;
    border: 1px solid #d7d7d7;
    margin-left: 10px;
    font-size: 12px;
    background: #eee;
}