#gpmsg-container {
    height: 0;
    left: 0;
    position: fixed;
    /position: absolute;
    /text-align: center;
    top: 0;
    width: 100%;
z-index: 6;
}
#gpmsg-container .gpmsg-message {
    background-color: #66ff66;  /* for IE 8 */
    background-color: rgba(102,255,102,.9);
    /background-color: #66ff66;  /* for IE 6,7 */
    border-color: #3f3;
    border-style: none solid solid;
    border-width: 1px;
    color: #000;
    margin: auto;
    padding: 4px;
    text-align: center;
    text-shadow: 0px 0px 0 #000;
    width: 400px;
}
#gpmsg-container .gpmsg-message:last-child {
    border-radius: 0 0 5px 5px;
}
#gpmsg-container .gpmsg-close {
    color: #ccc;
    cursor: pointer;
    float: right;
}
#gpmsg-container .gpmsg-close:hover {
    color: #000;
}

