input.form_1 {
    font-family: Trebuchet MS;
    font-size: 10px;
    font-weight: normal;
    width: 230px;
    height: 20px;
    color: #7B7B7B;
    background-color: #FFFFFF;
    border: 1px solid #D5E4F0;
}
select.form_1 {
    font-family: Trebuchet MS;
    font-size: 10px;
    font-weight: normal;
    width: 230px;
    height: 20px;
    color: #7B7B7B;
    background-color: #FFFFFF;
    border: 1px solid #D5E4F0;
}
textarea.form_1 {
    font-family: Trebuchet MS;
    font-size: 10px;
    font-weight: normal;
    width: 230px;
    height: 80px;
    color: #7B7B7B;
    background-color: #FFFFFF;
    border: 1px solid #D5E4F0;
}

.submit_1 {
    font-family: Trebuchet MS;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    background-color: #D5E4F0;
    border: 0px ;
    color: #0065B5; 
    width: 80px;
    height: 20px;
} 