body {
    # background: url("../images/bg_body.gif") 0px 0px repeat-y;
    background-color: #ffffff;
    margin: 0px;
    padding: 0px 4px 0px 4px;
}

#pbody {
    background-color  : #ffffff;
}

#login-header .logo {
    background : url("../images/logo_asv.png") no-repeat right 10px;
    height : 65px;
    float : right;
    width : 190px;
    position: relative;
}

#login-content {
    background: white;
    font-family: arial;
    font-size: 10px;
    text-align: center;
    border-color: #00407A;
    border-style: solid;
    border-width: 1px;
}

#login-table {
    margin-top: 20px;
    font-family: arial;
    font-size: 11px;
}

#login-table input {
    font-family: arial;
    font-size: 11px;
}

#login-copyright {
    margin-top: 60px;
    font-family: arial;
    font-size: 11px;
}

#login-error {
    margin-top: 10px;
    font-family: arial;
    font-size: 13px;
    color: red;
    font-weight: bold;
}

#content-header {
    background: white url("../images/bg_slice_heading_content.gif") repeat-x scroll top left;
    height: 27px;
    width: 100%;
}

#content-header-left {
    background  : url("../images/bg_content_heading_str.gif") no-repeat scroll top left;
    height: 7px;
    width: 50%;
}

#content-header-right {
    background  : url("../images/bg_content_heading_str.gif") no-repeat scroll top right ;
    height: 7px;
    width: 50%;
}

#content-footer {
    width: 100%;
}

#content-footer-left {
    background  : url("../images/bg_content_footer_bottom_left.gif") no-repeat scroll top left;
    height: 7px;
    width: 50%;
}

#content-footer-right {
    background  : url("../images/bg_content_footer_bottom_right.gif") no-repeat scroll top right;
    height: 7px;
    width: 50%;
}