/* 
    Created on : Jul 12, 2015, 3:26:42 PM
    Author     : Alex
*/

div.contact_content {
    width: 100%;
    height: 900px;
    border: solid 1px;
    margin-top: 10px;
}

#contact_content {
    height: 1250px;
}

#message_text {
    font-size: 20px;
    width: 90%;
    height: 170px;
}

div.contact_form_area {
    width: 300px;
    height: 590px;
    padding: 10px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    font-family: Arial;
    font-size: 20px;
    border: solid 1px;
}

input.contact_text {
    height: 20px;
    width: 250px;
    font-size: 20px;
    padding: 5px;
}

.contact_field_header {
    font-size: 22px;
    margin-left: 5px;
}

#submit_contact {
    width: 100px;
    height: 40px;
    font-size: 20px;
}

.contact_status_succeeded {
    text-align: center;
    color: green;
}

.contact_status_failed {
    text-align: center;
    color: red;
}