#ui_notifIt{
    position: fixed;
  	left: 50%;
	top:40px;
	margin-left:-230px;
	width:440px;
    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:1300;
}
#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 */
.error{
    background-color: orangered;
    color: white;
	margin-top:-20px;
	height:auto !important;
	line-height:130%;
}
.warning{
    background-color: red;
    color: white;
	margin-top:10px;
	height:auto !important;
	line-height:130%;
}
.success{
    background-color: #666;
    color: white;
	margin-top:20%;
	height:auto !important;
	line-height:130%;
}
.info{
    background-color: deepskyblue;
    color: white;
	margin-top:20%;
	height:auto !important;
	line-height:130%;
}
.default{
    background-color: #EEE;
    color: #444;
	height:auto !important;
	line-height:130%;
}
