body
{
    margin:                     0;
    font:                       12px tahoma;
    text-align:                 center;
    background:                 url('../img/bg_body.png') repeat-x;
}

br.clear
{
    clear:                      both;
}

img
{
    border:                     0;
}

a
{
    text-decoration:            none;
    color:                      black;
}

a:hover
{
    text-decoration:            underline;
}

h3
{
    margin:                     0;
    padding-bottom:             10px;
}

form
{
    margin:                     0;
    padding:                    0;
}

input, select, textarea
{
    padding:                    3px;
    border:                     solid 1px #a0a0a0;
}

.error
{
    font-size:                  11px;
    color:                      red;
}