.boxed {
    background-color: #fff;
}
/*# sourceMappingURL=width-full.css.map */


.modal-body {
    background-color: #fff;
    min-width: 200px;
    max-width: 960px;
    padding: 30px;
    border-radius: 5px
}

.modal-body .form-pop {
    text-align: center
}

.modal-body h3 {
    color: #D40101;
    margin-top: 5px;
    margin-bottom: 20px:
}

.modal-body .box {
    margin: 10px 0
}

.modal-body input {
    width: 240px;
    height: 30px;
    line-height: normal;
    padding: 4px 10px;
    border-radius: 5px;
    border: solid 1px #ccc
}

.modal-body input.submit {
    height: 40px;
    width: 100%;
    color: #fff;
    font-size: 18px;
    background-color: #5cb85c;
    opacity: .7;
    filter: alpha(opacity=70)
}

.modal-body input.submit:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer
}

.modal-body .box a {
    font-weight: bold
}

.modal-body .form-pop .alert {
    margin: 10px 0;
    font-size: 20px;
    width: 100%
}

.modal-body .form-pop .alert .error {
    padding: 10px 20px;
    border-radius: 5px;
    color: #800000;
}

