﻿.form_table1
{
    width: 100%;
}
.form_th1
{
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    padding: 5px;
    white-space: nowrap;
    background-color: #c4d1ef;
}
.form_td1
{
    padding: 5px;
    vertical-align: middle;
    background-color: #e4ecff;
}
.form_table2
{
    border-collapse: collapse;
}
.form_table2 td
{
    padding: 0;
}
.error
{
    float: left;
    color: #ff0000;
}
.form_input1
{
    width: 350px;
}
.form_input2
{
    width: 350px;
    height: 100px;
}
.form_input4
{
    width: 350px;
    height: 50px;
}
.form_input3
{
    width: 80px;
}