.welcome{
	z-index:100;
	direction: ltr;
	color: #fff;
	font: normal 13px/28px sans-serif;
	height: 28px;
	position: fixed;
	width: 1590px;
	padding-left: 25px;
	background: #464646;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#373737),color-stop(18%,#464646));
	background-image: -webkit-linear-gradient(bottom,#373737 0,#464646 5px);
	background-image: -moz-linear-gradient(bottom,#373737 0,#464646 5px);
	background-image: -o-linear-gradient(bottom,#373737 0,#464646 5px);
	background-image: linear-gradient(to top,#373737 0,#464646 5px);
}

.system-message div{
	border: 1px solid;
	margin: 10px 0px;
	padding: 10px 10px 15px 60px;
	background-repeat: no-repeat;
	border-color: #fff;
}

.system-message .success {	
	background-position: 10px center;
	background-color: #DFF2BF;
	background-image: url('images/success-icon.png');
	border-color: #fff;
}
.system-message .warning {

	background-position: 10px center;
	background-color: #FEEFB3;
	background-image: url('images/warning-icon.png');

}
.system-message .error {
	background-position: 10px center;
	background-color: #E6C0C0;
	background-image: url('images/error-icon.png');
}
.system-message .success ul {
	color: #4F8A10;
}
.system-message .warning ul {
	color: #9f6000;
}
.system-message .error ul {
	color: #c00;
}
.system-message ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}