input[type=text], textarea
{
    width: 300px;
    background-color: #F4F4F4;
    border: 1px solid #1a1a18;
}

textarea
{
    width: 300px;
    background-color: #F4F4F4;
    height: 100px;
}

label
{
    font-weight: bold;
    color: #5d0509; 
}

#tblContact
{
    width: 480px;
    background: #fff url(../images/table_bk.jpg) bottom left repeat-x; 
    border: 1px solid #1a1a18;
    padding: 0.4em;     
}

#tblContact td
{
    text-align: left;
    padding: 0.4em;
    vertical-align: top; 
}

input:focus, textarea:focus 
{
    border: 1px solid #5d0509;
    background: #fff;
}

#tblContact td.title
{
    text-align: right;
    width: 280px;
}