body
{
    font-family : verdana, helvetica, arial, sans-serif;
}

.ody_box300,
.ody_box400
{
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
}

.ody_box400
{
    width: 400px;
}

.ody_login_head,
.ody_error_head
{
    background: url('images/bar_bkg.gif') repeat-x;
    line-height: 20px;
    padding-left: 5px;
    color: #FFFFFF;
}

.ody_error_head
{
    background: url('images/bar_bkg_red.gif') repeat-x;
}

.ody_box_body
{
    border : 1px solid #cccccc;
    border-top: none;
    min-height : 80px;
    padding: 10px;
    text-align: center;
}

.ody_button
{
    display: inline;
    line-height: 2em;
    width: 10em;
    background: #FFFFFF;
    border: 1px solid #cccccc;
}

.ody_button:hover
{
    background: #FF9999;
}


.ody_fl64
{
    width: 64px;
    float: left;
}

.ody_table_align_right
{
    text-align: right;
}

.ody_table_align_left
{
    text-align: left;
}

.ody_table_align_center
{
    text-align: center;
}

.ody_box_body .ody_table_align_right,
.ody_box_body .ody_table_align_left
{
    width: 50%;
}

table
{
    margin-left: auto;
    margin-right: auto;
}

.ody_log_level0,
.ody_log_level1,
.ody_log_level2,
.ody_log_level3,
.ody_log_level4,
.ody_log_level5,
.ody_log_level6,
.ody_log_level7
{
    color: #000000;
}

.ody_log_level7
{
    background: #66FF66;
}

.ody_log_level6
{
    background: #66FFCC;
}
.ody_log_level5
{
    background: #66FFFF;
}
.ody_log_level4
{
    background: #66CCFF;
}
.ody_log_level3
{
    background: #6699FF;
}
.ody_log_level2
{
    background: #9966FF;
}
.ody_log_level1
{
    background: #FF66FF;
}
.ody_log_level0
{
    background: #FF6666;
}