
#dialog-backdrop {
    background-color: #000;
    opacity: 0.7;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
}
#dialog-wrap {
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1041;
    width: 100%;
    height: 100%;
    min-height: 500px;
    min-width: 320px;
    max-width: 800px;
    margin: 0 auto;
    overflow: auto;
}
#dialog-wrap-close {
    width: 36px;
    height: 36px;
    margin: 5px 5px 0 0;
    display: block;
    float: right;
    overflow: hidden;
    background-image: url(/images/fancybox/fancybox_sprite.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
#dialog-wrap-message {
    float: none;
    font-size: 12px;
    margin: none;
    text-align: center;
}
@media screen and (min-width : 680px) {
    #dialog-wrap-message {
        float: right;
        font-size: 12px;
        margin: 70px 10px 0 0;
    }
}
#dialog-wrap-message.msg-normal {
    color: #333;
}
#dialog-wrap-message.msg-warning {
    color: #D02F2F;
}
#dialog-wrap-message.msg-success {
    color: #1C953F;
}
#dialog-wrap-mailicon {
    width: 100px;
    height: 100px;
    margin: 30px 0 0 30px;
    overflow: hidden;
    font-size: 90px;
    color: #444;
}
#dialog-content {
    padding: 30px;
}
.error-message {
    float: right;
    font-size: 10px;
    color: #D02F2F;
}