html, body
{
    padding:0;
    font-family:Tahoma, Geneva, sans-serif;
    color:#000;
    background: #fff;
    font-size: 12px;
    height: 100%;
}
*
{
    margin:0;
    padding:0;
}
h1
{
    color: #1F3D3D;
    padding-bottom: 5px;
}
p
{
    padding: 5px 0;
}
input[type="text"]
{
    border: 1px solid #ccc;
    padding: 3px;
}
input[type="text"]:focus
{
    border: 1px solid #05695F;
}

#header
{
    height: 38px;
    background: #05695F;
    color: #fff;
    padding-top: 10px;
}
#header a
{
    color: #fff;
}
#header .logo
{
    font-size: 14px;
    float :left;
}

#wrapper
{
    background: #fff;
    height: auto;
    min-height: 100%;
}
#content
{
    overflow-x: hidden;
    width: 1024px;
    margin: 0 auto;
    padding-bottom: 58px;
    padding-top: 10px;
}
#footer
{
    width: 100%;
    height: 48px;
    margin-top: -48px;
    background: #05695F;
    color: #fff;
    font-size: 10px;
}
#header .center,
#footer .center
{
    width: 1024px;
    margin: 0 auto;
    height: 100%;
}
#header .center > .left,
#footer .center > .left
{
    width: 200px;
    height: 100%;
    border-right: 1px solid #1F3D3D;
}

#form_auth,
#form_reg,
#form_lost_auth
{
    width: 400px;
    border: 1px solid #ccc;
    padding: 20px;
    margin: 50px auto;
}

table.cell2,
table.cell02,
table.cell10
{
    border-collapse: collapse;
}

table.cell2 th,
table.cell2 td
{
    padding: 2px;
}

table.cell02 th,
table.cell02 td
{
    padding: 0 2px;
}
table.cell10 th,
table.cell10 td
{
    padding: 10px 0;
    text-align: left;
}

table.with_border,
table.with_border th,
table.with_border td
{
    border: 1px solid #1F3D3D !important;
    padding: 0 2px;
    text-align: left;
}


table.with_border tr.header,
table.with_border tr.header strong
{
    background-color: #1F3D3D;
    color: #fff;
}

table.with_border a
{
    text-decoration: underline;
}

ul.err,
div.err
{
    border: 1px solid red;
    color: red;
    background: #fee;
    padding: 20px;
}
div.ok
{
    color: #080;
    border: 1px solid #080;
    background: #efe;
    padding: 20px;
}
.mb5{ margin-bottom: 5px; }
.mb5{ margin-top: 5px; }
.center
{
    width: 400px;
    margin: 0 auto;
}
.fullwidth
{
    width: 100%;
}
.right
{
    float: right;
}
tr.not_confirmed
{
    color: #ccc;
}
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
