.starrequired
{
    color: #f00;
}

.data-table td
{
    width: 200px;
    vertical-align: top;
    text-align: right;
}

.data-table tr:last-child td
{
    text-align: center;
    padding-top: 10px;
}

.data-table input[type=text], .data-table textarea
{
    width: 172px;
    border: 1px solid #000;
    margin: 0;
    padding: 5px 3px;
    resize: none;
}

.data-table input[type=submit]
{
    border: 1px solid #000;
    cursor: pointer;
}