#thp_notf_div {
    position: fixed;
}
.hpn_top_container {
    background: none repeat scroll 0 0 #fcd116;
    height: 20px;
    min-width: 900px;
    position: absolute;
    top: -3.6em;
    white-space: nowrap;
    width: 100%;
    z-index: 2000;
}



.hpn_top_desc {
    color: #404040;
    float: left;
    font-size: 12px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.hpn_top_link, .hpn_top_close {
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    text-align: right;
    vertical-align: middle;
}

.hpn_top_close {
    color: #404040;
    text-decoration: underline;
}

