#alertWrapper {
    position: relative;
    z-index: 20;
    float: left;
    width: 100%;
    height: 364px;
    margin-top: -412px;
}

#alert {
    position: relative;
    width: 960px;
    height: 340px;
    margin: 0 auto;
}

#alertTab {
    position: relative;
    z-index: 2000;
    float: left;
    width: 118px;
    height: 80px;
    margin-left: 25px;
    margin-bottom: -72px;
}

#alertBox {
    float: left;
    width: 896px;
    height: 302px;
    padding: 80px 32px 20px 32px;
    background: url('/static/images/alertBackground.png') no-repeat;
}

#alertBox .title {
    float: left;
    height: 25px;
    margin-bottom: 15px;
}

#alert .title h2 {
    color: #1C88D1;
}

#alertBox .closeX {
    float: right;
    margin-top: -72px;
    margin-right: -24px;
}

#alertWrapper h2 {
    float: left;
    color: #fff;
    font-size: 24px;
    margin-bottom: 0;
}

#alertWrapper .alertDetail {
    float: left;
    width: 895px;
}

#alertWrapper a {
    color: #1C88D1;
}

#alertWrapper p {
    color: #4E4E4E;
    font-size: 14px;
    margin-bottom: 10px;
}

#alertWrapper .label {
    font-size: 18px;
    margin-bottom: 5px;
}

#alertWrapper .alertText p {
    line-height: 1.4em;
}