﻿.formTable
{
    width: 100%;
}
.formTable th, .formTable td
{
    width: auto;
    padding: 2px 0;
    text-align: left;
    font-size: 12px;
    line-height: 15px;
}
.formTable th
{
    text-align: left;
    font-weight: bold;
}
.form .button
{
    font-weight: bold;
    letter-spacing: 5px;
    padding: 3px 10px;
}
.form .error
{
    display: block;
    margin-bottom: 15px;
    color: #cc0000;
    font-weight: bold;
    font-size: 14px;
}
