﻿.foo
{
}

table.properties
{
    width: 100%;
    border: solid 1px Silver;
}
table.properties th, table.properties td
{
    padding: 2px 1px;
}
table.properties td
{
    border-top: solid 1px Silver;
    vertical-align: top;
}
table.properties td.noBorder
{
    border-top: 0px;
}
table.properties td.xtraPadding
{
    padding-top: 8px;
}
table.properties tr
{
    background-color: #EEEEEE;
}
table.properties tr.alt, table.properties thead tr
{
    background-color: #FFFFFF;
}
.Err
{
    color: Red;
}

#gmap
{
    overflow: hidden;
    height: 300px;
    margin-bottom: 20px;
}
#contentwrapper .rightcontent
{
    margin-right: 10px;
    width: 73%;
}

.netForm
{
}
.netForm label
{
    display: block;
}
.netForm select, .netForm input.txt
{
    width: 250px;
}
.netForm input.submit
{
    width: 100px;
    height: 28px;
}
.netForm p.submit, .netForm div.submit
{
    margin: 15px 0px 0px 0px;
    padding: 0px;
}
