.emodal_form .emodal-title span{
    color: #fff;
}
.emodal_form .emodal_content input.btn {
    height: 40px;
    border: 0;
    max-width: 190px;
    margin: 0 auto;
    float: none;
    padding: 0;
}
.emodal_form .emodal_content {
    padding: 25px;
    height: 245px;
    background-color: #fff;
    position: relative;
}
.emodal_form .emodal_content input[type='text']{
    color: #000;
}
.emodal_form .emodal_content input[type='text'].error{
    border-color: #F44336;
    color: #F44336;
}
.emodal_form .emodal_content input[type='text'].error::-webkit-input-placeholder {color:#F44336;}
.emodal_form .emodal_content input[type='text'].error::-moz-placeholder          {color:#F44336;}/* Firefox 19+ */
.emodal_form .emodal_content input[type='text'].error:-moz-placeholder           {color:#F44336;}/* Firefox 18- */
.emodal_form .emodal_content input[type='text'].error:-ms-input-placeholder      {color:#F44336;}
#wrp_msg{
        position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background-color: #eee;
    z-index: 5;
    display: none;
}
#wrp_msg.open_msg{
    display: block;
    line-height: 18px;
}
#wrp_msg span{
    position: relative;
    top: 30%;
    color: #000;
}
.pk_wrp{
    overflow: auto;
    height: 30px;
    margin-top: -10px;
    margin-bottom: 10px;
}
.pk_wrp input[type='checkbox'] {
    float: left;
}
.emodal_form .emodal-title .pk_wrp a{
    font-size: 12px;
    float: left;
    text-transform: none;
    width: 80%;
    color: #2AC64F;
    line-height: 13px;
    text-align: left;
}
.emodal_form .emodal-title .pk_wrp a:hover{
    color: #0CA02F;
}
.emodal_form .emodal-title .pk_wrp.error a{
    color:#F44336;
}