.notimoo {
    position: absolute;
    z-index: 999;
    cursor: pointer;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;

    padding:10px;
    border: 3px;
    border-style: solid;
    border-color: #B2B2B2;
    background: #333333;
    color: #FFFFFF;
}

.notimoo .title {
    font-weight: bold;
    border-bottom: 1px solid;
}

.notimoo .message {
    margin-top: 5px;
    font-size: 12px;
}

.notimoo a {
    color: #FFFFFF;
}