#headerElementsOuter_WebSite {
    height: 280px;
    position: absolute;
}

#headerElementsInner_WebSite {
    height: 280px;
    margin: auto;
    background: transparent url("MasterPage/header.jpg") no-repeat;
}

    #headerElementsInner_WebSite .menu a {
        padding: 19px 3px 3px 3px;
    }

.item1 a:hover {
    color: #fff;
    background: transparent url("MasterPage/tpm_masterpage_bg.gif") no-repeat;
}

.item2 a:hover {
    color: #fff;
    background: transparent url("MasterPage/tpm_masterpage_bg.gif") no-repeat;
}

.item3 a:hover {
    color: #fff;
    background: transparent url("MasterPage/tpm_masterpage_bg.gif") no-repeat;
}

.item4 a:hover {
    color: #fff;
    background: transparent url("MasterPage/tpm_masterpage_bg.gif") no-repeat;
}

.item5 a:hover {
    color: #fff;
    background: transparent url("MasterPage/tpm_masterpage_bg.gif") no-repeat;
}

.item6 a:hover {
    color: #fff;
    background: transparent url("MasterPage/tpm_masterpage_bg.gif") no-repeat;
}

.item7 a:hover {
    color: #fff;
    background: transparent url("MasterPage/tpm_masterpage_bg.gif") no-repeat;
}

#MiddleWebPage_Website {
    width: 960px;
    border-top: 280px solid #FFF;
    background: #333333 url("MasterPage/background-body-top.jpg") no-repeat;
}

.outBox {
    width: 224px;
    margin: 8px 0 20px 10px;
}

.outBoxTop {
    width: 224px;
    height: 30px;
    background: red;
}

.outBoxMid {
    width: 224px;
    color: #333333;
    background: white;
}

.outBoxBottom {
    clear: both;
    width: 224px;
    height: 30px;
    background: red;
}

.LoginPanel {
    padding-left: 20px;
}

.ErrorMessage {
    font-size: 13px;
    color: Red;
    line-height: 25px;
    display: block;
}

#lblErrorTitle {
    padding-top: 25px;
}
