.ays-front-message {
    background-color: #222222;
    border-color: #ffffff;
    border: 1px solid #ffffff;
    text-shadow: none;
    width: 100%;
    box-sizing: border-box;
}

.ays-front-message-fixed{
    position: fixed;
    top: 10px;
    z-index: 10000;
    width: auto;
    left: 1%;
    right: 1%;
    margin: 0;
}

.ays-front-message-bottom{
    top: auto;
    bottom: 10px;
}

.ays-front-message.ays-front-message-rounded{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ays-front-message p{
    color: #ffffff;
    margin: 0;
    padding: 10px 25px 10px 10px;
}

.ays-front-message a, .ays-front-message a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.ays-front-message .close, .ays-front-message .close:hover, .ui-bar-c a.ui-link.close {
    color: #ffffff;
    position: relative;
    top: 3px;
    right: 7px;
    text-decoration: none;

    float: right;

    background-image: none !important;
    text-indent: 0;

    font-weight: normal;
    text-shadow: none;
    opacity: 1;
    filter: alpha(opacity=100);
}