#ui_notifIt {
	top: 110px; right: 10px; overflow: hidden; position: fixed; z-index: 10000; cursor: pointer; box-shadow: 0px 3px 10px rgba(0,0,0,0.5); -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5); -o-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
}
#ui_notifIt p {
	margin: 0px; padding: 0px; text-align: center; font-family: sans-serif; font-size: 14px;
}
.success {
	color: white; background-color: yellowgreen;
}
.error {
	color: white; background-color: orangered;
}
.warning {
	color: white; background-color: orange;
}
.info {
	color: white; background-color: deepskyblue;
}
.default {
	color: rgb(68, 68, 68); background-color: rgb(238, 238, 238);
}
