.table
{
    clear: both;
    border: 0px;
    width: 489px;
    padding-top: 2px;
    font-size: 11px;
    margin-left: 20px;
    color: #333333;
    line-height: 16px;
    margin-right: 20px;
}
.table td
{
    text-align: left;
    border-left: 5px;
    border-right: 5px;
    border: 0;
    padding-bottom: 2px;
    width: auto;
    vertical-align: top;
    font-size: 11px;
    color: #333333;
    line-height: 16px;
}

.table input[type=text]
{
    width: 90%;
}
.table input[type=submit]
{
    text-align: center;
    width: 40%;
}
.table input[type=button]
{
    text-align: center;
    width: 40%;
}
.table select
{
    width: 92.5%;
}

.table textarea
{
    width: 90%;
}


