
body #globalHeader * {
    line-height: inherit;
}


#message-stack {
    text-align: center;
}

#message-stack.hidden {
    display: none;
}

#message-stack.experimental {
}

#message-stack.experimental div.messagetext {
}

#message-stack.experimental div.messageStackReward {
    display: none;
}

#message-stack.experimental div.messageStackReward .stats {
    float: right;
    font-weight: bold;
    color: #036;
    margin: 0 5px;
}

#message-stack.experimental div.messageStackReward a {
    cursor: pointer;
    margin: 5px 0 0 4px;
}

#message-stack.experimental div.messageStackReward .arrowblock {
    max-width: 70;
    float: right;
}
   
#message-stack.experimental div.messageStackReward .prev {
    width: 16px;
    height: 16px;
    float: right;
    background: url(/images/bb-arrow-left.gif) 0 0 no-repeat;
}
#message-stack.experimental div.messageStackReward .next {
    width: 16px;
    height: 16px;
    float: right;
    background: url(/images/bb-arrow-right.gif) 0 0 no-repeat;
}

#message-stack.experimental div.messageStackReward .close {
    margin: 7px 0 0 6px;
    background: url(/images/bb-close.gif) 0 0 no-repeat;
}

#message-stack-takeover {
    width: 950px;
    margin: 0 auto 0;
}

#message-stack div.messageStackReward {
    width: 950px;
    text-align: left;
    margin: 0 auto;
    height: 28px;
    line-height: 27px;
    color: #036;
    overflow: hidden;
    position: relative;
    border: 0;
    background: transparent;
}
    
#message-stack div.messageStackWarning {
    text-align : center;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    height: 27px;
    line-height: 27px;
    background-color: #FF5A00;
    position: relative;
    color: white;
    margin-bottom: 1px;
    border: 0;
}
    
.messageStackReward img {
    margin: 0 5px;
}
.messageStackReward a {
    color: #FFF;
    font-weight: bold;
    text-decoration: underline;
}
.message-bar-close {
    background: url(/common/img/message_bar_close.gif) 0 0 no-repeat;
    position: absolute;
    right: 7px;
    top: 7px;
    height: 13px;
    width: 13px;
}