.buttons #saveForm {
transition: background-color 0.5s ease;
transition: color 0.5s ease;
border-radius: 18px;
width: 280px;
text-align: center;
margin-left: auto;
    margin-right: auto;
height: 39px;

display:block;
}

.buttons #saveForm :hover {
transition: background-color 0.5s ease;
transition: color 0.5s ease;
border-radius: 18px;
width: 280px;
text-align: center;
margin-left: auto;
    margin-right: auto;
height: 39px;
color:#000;
background-color:#000;
}
#lf_form_container form p {
margin-bottom: 1.25em;
}

#lf_message_block textarea {
height:150px;
width: 100%;
}
#lf_message_block p {
height:150px;
width: 100%;
}




#lf_first_name_block {
display:inline-block;
margin-right:10px;
}

#lf_last_name_block {
display:inline-block;
}