a
{
    text-decoration: none;
}

a:link
{
    text-decoration: none;
}

a:hover
{
    text-decoration: none;
}

a:visited
{
    text-decoration: none;
}

div#subscription_form
{
    margin-left: 35px;
    vertical-align: top;
    width: 500px;
}

div#subscription_form fieldset
{
    background-color: InfoBackground;
    padding: 1em;
}

legend
{
    font-weight: bold;
    color: rgb(255, 100, 0);
    font-size: 1.5em;
}

label
{
    font-weight: bold;
}

div#subscription_form td
{
    padding: 4px;
}

div#subscription_form table
{
}

div#subscription_form input.txt
{
    width: 20em;
}

div#subscription_form div
{
    text-align: left;
}

table.list
{
    width:auto;
}

table.list th
{
    background-color: #ff6400;
    color: White;
    padding: 3pt;
}

table.list td
{
    padding: 3pt;
}

tr.odd
{
    background-color: #eeeeee;
}

span.sys-feedback
{
    display: block;
    color: Black;
    padding: 1em;
    margin-bottom: 1em;
    border-right: silver 3pt ridge;
    border-top: silver 3pt ridge;
    border-left: silver 3pt ridge;
    border-bottom: silver 3pt ridge;
}

span.warning
{
    background-color: #ffe0e0;
}

span.confirmation
{
    background-color: #baffb7;
}
