.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
}
.modal-body { display: inline-block; width: 100%;}
.modal-header .close {
    margin-top: -15px;
    background-color: #666;
    width: 35px;
    color: #fff;
    font-size: 16px;
    height: 35px;
    line-height: 0;
    font-family: verdana !important;
    font-weight: normal;
    text-transform: uppercase;
    margin-right: -15px;
    text-shadow: none;
    opacity: 1;
    position: relative;
    outline: none;
}
.modal-header .close:before, .modal-header .close:after {
    position: absolute;
    left: 17px;
    content: ' ';
    height: 25px;
    width: 2px;
    background-color: #fff;
    top: 5px;
}
.modal-header .close:before {
    transform: rotate(45deg);
}
.modal-header .close:after {
    transform: rotate(-45deg);
}
.modal-body label {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    color: #666;
}