.ui-notification-container {
    width: 400px;
    position: absolute;
    top: 26px; /* below the greetings bar */
    right: 10px;
    z-index: 999998;
}

.ui-notification-bottomleft {
    width: 400px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 999999;
}

.ui-notification-bar {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    z-index: 999999;
}

.ui-notification-bar .ui-notification {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    -o-box-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    z-index: 999999;
}

.ui-notification {
    padding: 5px 10px;
    -o-box-shadow: 2px 2px 2px #ccc;
    -moz-box-shadow: 2px 2px 2px #ccc;
    -webkit-box-shadow: 2px 2px 2px #ccc;
    box-shadow: 2px 2px 2px #ccc;
}

.ui-notification .ui-notification-content {
    font-size: 1.0em;
}

.ui-notification .ui-notification-content h4 {
    font-size: 1.4em;
    margin-top: 0.33em !important;
    margin-bottom: 0.33em !important;
}

.ui-notification .ui-notification-content p {
    font-size: 1.0em;
    word-wrap: break-word;
}

.ui-notification .ui-notification-close {
    display: inline-block;
    float: right;
    width: 19px;
    padding: 1px;
    height: 18px;
    margin: -2px -2px 0 2px;
}

a.ui-notification-close.ui-corner-all.ui-state-hover
{
/*  @todo, fix this, the X icon gets a background
*   color from the theme that is ugly on the red and orange
*
*     background: transparent !important; */
    border: none !important;
    padding: 0;
}

.ui-notification .ui-notification-close span {
    display: block;
    margin: 1px;
}
