
#notifications {
    position: absolute;
    top: 4px;
    left: 950px;
}

#notifications .message {
    width: 180px;
    height: 32px;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
}
