.popup-style{
    display: none;
    padding: 15px 25px;
    position: absolute;
    background-color: #fff;
    z-index: 1001;
    width: 955px;
    margin-top: 35px;
}
.popup-style .close{
    width: 27px;
    height: 27px;
    background: url(/images/close.png) no-repeat;
    position: absolute;
    right: 0;
    top: -35px;
    cursor: pointer;
    opacity: 0.7;
}
.popup-style .close:hover{
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
.popup-style .group{
    width: 315px;
    margin: 10px 0;
}
.popup-style .group.l{
    float: left;
}
.popup-style .group.r{
    float: right;
}
.popup-style .title{
    font-size: 20px;
    color: #1a7ba5;
    text-align: left;
    padding-left: 0;
}
.popup-style .subgroup label{
    margin: 8px 0;
    font-size: 13px;
    color: #000000;
    display: inline;
}
.popup-style .btn{
    display: block;
    float: right;
    padding: 0 36px;
}