.ui-growl {
	position:fixed;
	top: 100px;
	right: 20px;
	width: 20em;
}

.ui-growl-item-container {
	position:relative;
	margin:0 0 10px 0;
	opacity:0.95;
	filter:alpha(opacity=95);
}

.ui-growl-item {
  position: relative;
	display: block;
	padding: .5em 1em;
}

.ui-growl-item p {
	padding: 0;
	margin: 0;
}

.ui-growl-icon-close {
	position: absolute;
	top: 4px;
	right: 4px;
	cursor: pointer;
}

.ui-growl-title {
	font-weight: bold;
	padding: 0 0 .5em 0;
	display: block;
}

.ui-growl-image {
    position: absolute;
    display: inline-block;
    left: .5em;
    top: .25em;
    padding: 0;
}

.ui-growl-message {
	padding: 0 0 .25em 0;
  margin-left: 2.5em;
  font-weight: normal;
}

.ui-growl-message p {
	font-weight: normal;
}

.ui-growl .ui-growl-message-success {
    background-color: #4AAE57;
    color: #ffffff;
}
.ui-growl .ui-growl-message-info {
    background-color: #1976D2;
    color: #ffffff;
}
.ui-growl .ui-growl-message-warn {
    background-color: #fcf8e3;
    color: #ffffff;
}
.ui-growl .ui-growl-message-error {
    background-color: #f44336;
		border-color: #f44336;
    color: #ffffff;
}
