/* CSS Document */
body
{
    color: #000;
    background-color: #222;
    /*background-image: url("../images/bcgr.gif");
    background-position:top;
    background-repeat:repeat-x;*/
    font-family:"Arial CE", Verdana, Arial, Sans-Serif;
    font-size:14px;
}

#main
{
    text-align: left;
    margin: 0px auto;
    position: relative;
}

p
{
    margin: 0;
}

input
{
    background-color: #ffffff;
    margin: 0px;
    border: 1px solid #000000;
    color: #000000;
}
.buton
{
    border: #000000 1px solid;
    font-size: 9pt;
    font-family: Arial;
    font-weight: bold;
    background: #FAD35E;
    color: #000000;
}
.buton_warn {
border: #000000 1px solid;
font-size: 8pt;
font-family: arial;
font-weight: bold;
background: #DD0000;
color: #FFFFFF;
}
textarea
{
    margin: 0px;
}

form
{
    margin: 0px;
}




