.nzmpnt-mb-10{
    margin-bottom: 10px;
}
form.nzmpnt_form {
    width: 100%;
    position: relative;
    display: inline-block;
    max-width: 100%;
}
.nzmpnt_form .nzmpnt_field {
    position: relative;
    width: 100%;
    display: inline-block;
    background: transparent;
    border: 1px solid #c7c6c6;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    margin-bottom: 20px;
}
.nzmpnt_submit {
    background: #000871;
    border: 1px solid #000871;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    padding: 10px 25px;
}
.nzmpnt_submit:hover {
    background: #333;
    border: 1px solid #333;
    color: #fff;
}
form.nzmpnt_form textarea {
    height: 190px;
}
.nzmpnt_errordiv {
    color: #c32727;
    font-size: 18px;
    line-height: 24px;
}
.nzmpnt_errordiv.active {
    color: green;
}
.notice, div.error, div.updated {
    border: 0px solid #c3c4c7;
    margin: 5px 0px 2px;
    padding: 1px 0px;
}
.nzmpnt_preloader.active {
    display: inline-block;
}
.nzmpnt_preloader {
    width: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 13%;
    background: rgba(255, 255, 255, .85);
    z-index: 2222;
    display: none;
}
.nzmpnt_preloader{
    height: 100%;
}