﻿.table1
{
    margin-bottom: 1em;
    width: 100%;
    border-spacing: 1px;
}
.table1 th
{
    width: 100px;
    padding: 10px 5px;
    background-image: url('../images/inquiry/inquiry_th_bg.png');
    background-repeat: repeat-y;
    background-position: right top;
    vertical-align: top;
    text-align: right;
    white-space: nowrap;
    font-weight: normal;
}
.table1 td
{
    padding: 10px 5px;
    background-color: #e6eeff;
    vertical-align: top;
}
.table1 table
{
    margin-bottom: 1em;
    border-collapse: collapse;
}
.table1 table td
{
    padding: 0;
    width: auto;
}
.text_name
{
    width: 12em;
}
.text_email
{
    width: 20em;
}
.text_message
{
    width: 30em;
    height: 15em;
}
