.custom-modal-knomo {
    z-index: 99999999;
}
.custom-modal-knomo .modal-content {
    max-width: 460px;
    background: #fff;
    padding: 30px 40px;
}
.custom-modal-knomo h3.modal-title, .custom-modal-knomo div#container p, .custom-modal-knomo button.btn.btn-success,
 .custom-modal-knomo .checkbox label {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.custom-modal-knomo div#container p {
    font-size: 14px;
}
.custom-modal-knomo hr {
    border-bottom: 1px solid #eeeeee;
    margin: 20px 0;
}
.custom-modal-knomo .input-lg {
    font-size: 15px;
    height: 46px;
    padding: 10px 16px;
    line-height: 1.3333333;
    display: block;
    width: 100%;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important
}
.custom-modal-knomo .input-lg::placeholder {
    color: #555;
}
.custom-modal-knomo .form-group {
    margin-bottom: 15px;
}
.custom-modal-knomo .checkbox label {
    font-size: 13px;
    text-transform: none;
    display: inline-block;
}
.custom-modal-knomo h3.modal-title + p {
    font-weight: 500;
}
.custom-modal-knomo .completed_message.alert-success, .custom-modal-knomo p.small-print {
    padding: 5px 0 0 0;
}
button.close.action-close {
    font-size: 25px;
    font-weight: 700 !important;
    background: none;
    color: #b1b1b1;
    padding: 5px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important
}