#form {background: #000000; color: #000000
}

#lf_first_name_block input[type="text"] {
    width: 47%; height: 35px; background-color: #f6f8fc; z-index: 1; margin-top: 0px;
}
#lf_last_name_block input[type="text"] {
    width: 47%; margin-left: 50%; z-index: 2; margin-top: -52px; position: absolute; height: 35px; background-color: #f6f8fc;
}
#lf_phone_block input[type="text"]  {
        width:37%; z-index: 2; margin-top: -52px; position: absolute; height: 35px; background-color: #f6f8fc;
}

#lf_email_block input[type="email"] {
    width: 57%; margin-left: 40%; height: 35px; margin-top: 2px; background-color: #f6f8fc; z-index: 1;
}
#lf_message_block textarea {width: 97%; margin-top: 2px; height: 150px; background-color: #f6f8fc
}

#lf_disclaimer {color: #f8f7f8; background: #000000;
}

#lf_form_container {background-color: #000000; background: #000000;
}