body
{
    margin:                     20px 0;
    text-align:                 center;
    font:                       12px arial;
    background:                 url('../img/bg.gif');
}

form
{
    margin:                     0;
    padding:                    0;
}


div
{
    line-height:                18px;
}

img
{
    border:                     0;
}


input, textarea, select
{
    padding:                    3px;
    font:                       12px tahoma;
    color:                      black;

}

table
{
    border-collapse:            collapse;
}

table td
{
    vertical-align:             top;
    padding:                    5px 10px;
    border:                     solid 1px black;
}


a
{
    text-decoration:            none;
    color:                      #3D5148;
}

a:hover
{
    text-decoration:            none;
    color:                      #3C462E;
}

.red
{
    color:                      red;
}

.hide
{
    display:                    none;
}

.fleft
{
    float:                      left;
}

.fright
{
    float:                      right;
}

.left
{
    text-align:                 left;
}

.right
{
    text-align:                 right;
}

.center
{
    text-align:                 center;
}

.clear
{
    clear:                      both;
}

.reset
{
    padding:                    0;
    margin:                     0;
}

.wall
{
    width:                      100%;
}

.noborder
{
    border:                     0;
}

.border
{
    -moz-border-radius:         5px;
    -webkit-border-radius:      5px;
}


