#ui_notifIt { position: fixed; top: 10px; right: 10px; cursor: pointer; overflow: hidden; -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3); -o-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3); box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3); -wekbit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; z-index: 2000; }
#ui_notifIt:hover { opacity: 1 !important; }
#ui_notifIt p { text-align: center; font-family: sans-serif; font-size: 14px; padding: 0; margin: 0; }

/* Color setup */
/* You are free to change all of this */
#ui_notifIt.success{ background-color: #cef7b7; border: 1px solid #559234; color: #559234; font-weight: bold; }
#ui_notifIt.error{ background-color: #f7b7b7; border: 1px solid #ee3124; color: #ee3124; font-weight: bold; }
#ui_notifIt.warning{ background-color: #fefbcf; border: 1px solid #e4da64; color: #ffffff; font-weight: bold; }
#ui_notifIt.info{ background-color: #1B7AE0; border: 1px solid #0c3a6a; color: #ffffff; font-weight: bold; }
#ui_notifIt.default{ background-color: #f7b7b7; border: 1px solid #ee3124; color: #ffffff; font-weight: bold; }
