.modal-dialog{z-index: 999; width: 450px; height: 250px; background: #FFFFFF; position: fixed; top: 0; right: 0; bottom: 0; left: 0; margin: auto; border: 4px solid #fde6e1;}
.modal-dialog .modal-title{ width: 100%; height: 35px; line-height: 35px; background: #f3846a; position: relative;}
.modal-dialog .modal-title h4{ font-size:14px; color: #FFFFFF; font-weight: normal; text-indent: 1em;}
.modal-dialog .modal-title .close{ width: 20px; height: 20px; position: absolute; top: 7px; right: 10px; background: url(../../images/front/assist/modal-dialog-close.png) no-repeat center center; cursor: pointer;}
.modal-dialog .modal-content{ width: 80%; margin: 0 auto; text-align: center; padding: 70px 0; font-size: 18px; color: #3b3b3b;}
.modal-dialog .modal-btn{ text-align: center;}
.modal-dialog .modal-btn a{padding: 4px 30px;}
.modal-dialog .modal-btn .modal-sure{ background: #cd3714; color: #FFFFFF; border: 1px solid #cd3714;}
.modal-dialog .modal-btn .modal-cancel{background: #FFFFFF; color: #000000; border: 1px solid #dadada;}
