.ui-notify { min-width:450px; position:fixed; top:10px; right:10px; }
.ui-notify-message h1 { font-size:14px; margin:0; padding:0 }
.ui-notify-message:last-child { margin-bottom:0 }
.ui-notify-close { color:#468847; text-decoration:underline }
.ui-notify-click { cursor:pointer }
.ui-notify-cross { margin-top:-4px; float:right; cursor:pointer; text-decoration:none; font-size:12px; font-weight:bold; text-shadow:0 1px 1px #fff; padding:2px }
.ui-notify-cross:hover { color:#468847 }
.ui-notify-cross:active { position:relative; top:1px }

.ui-notify-message-style h1 {
    color: #fff;
    font-weight: bold;
    line-height: 10px;
    margin-bottom: 15px;
    font-weight:bold;
}