.contact_form_conteiner {
    width: 900px;
    margin: 0 auto;
    border-top: 1px solid #eee;
    padding-top: 40px;
}

.contact_form_conteiner * {
    font-family: "Lato Light", Georgia, Serif;
    font-weight: 600;
}

#contactsForm {
}

.form_message_table {
    margin: 0 auto;
}

.form_message_table label {
    display: block;
    text-align: right;
}

.label-for-textarea {
    display: block;
    text-align: left !important;
    border-top: 1px solid #999999;
    margin-top: 8px;
    padding-top: 8px;
}

.form_message_table input {
    padding: 7px 12px 6px;
    outline: none;
    color: #1b1b1b;
    font-size: 18px;
}

.form_message_table input[type="text"],
.form_message_table input[type="password"] {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border: 1px solid #f19c1e;
    width: 310px;
}

.contact_form_message {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border: 1px solid #f19c1e;
    min-width: 500px;
    max-width: 500px;
    min-height: 100px;
    max-height: 300px;
}

#status{
    text-align: center;
    font-size: 21px;
    color: #FFFFFF;
    background: #83C82B;
    padding: 18px;
}