::-webkit-input-placeholder {color: #000000;}
::-moz-placeholder {color: #000000;}
:-ms-input-placeholder {color: #000000;}
:-moz-placeholder {color: #000000;}
#contact_form .contact_form {background:#e7e7e7;width:100%;padding:30px 0;}
#contact_form .element {
    width: 46%;
    margin: 0 2%;
    display: inline-block;
    margin-bottom: 30px;
}
#contact_form .element_message {
    width: 96%;
    margin: 0 2%;
    margin-bottom: 20px;
}
#contact_form .field {
    padding: 0;
    background: transparent;
    border: 0 none;
    width: 100%;
    display: inline-block;
    height: 30px;
    border-bottom: 1px solid #979797;
    font-size: 14px;
    font-weight: bold;
    font-family: "Trebuchet MS";
}
#contact_form .field.msg {
    resize: none;
    height: 70px;
}
#contact_form .msg_cancel {
    float: left;
    width: 125px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #30abca;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    font-family: "Trebuchet MS";
    text-transform: uppercase;
    text-decoration: none;
    outline: 0;
    margin-left: 2%;
}
#contact_form .msg_submit {
    display: inline-block;
    width: 125px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #30abca;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    font-family: "Trebuchet MS";
    text-transform: uppercase;
    text-decoration: none;
    outline: 0;
    margin-left: 2%;
}
#contact_form .msg_submit:hover {background: #e57816;}
#contact_form .msg_cancel:hover {background: #e57816;}
#contact_form .field.error {
    border-bottom: 1px solid #ff0000;
}
#contact_form .msg_success {
    display: block;
    text-align: center;
    margin: 30px 0;
    text-transform: uppercase;
    color: #30abca;
}
#contact_form .msg_error {
    display: block;
    text-align: center;
    margin: 30px 0;
    text-transform: uppercase;
    color: #e57816;
}

