/* system messages */
.system_messages {
	margin: 0px auto;
	z-index:11102 !important;
	position:fixed;
	display:inline-block;
	top: 0;
	left:28%;
	width:44%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;         	
}
.system_messages a {
	font-size:14px;
	color:#fff;
}
.system_messages .warning {
	background:#eb9a05 url(../admin/images/system-messages-warn.png) no-repeat 5px 5px;
}
.system_messages .error {
	background:#ff3c3c url(../admin/images/system-messages-x.png) no-repeat 5px 5px;
}
.system_messages .info {
	background:#68ac35 url(../admin/images/system-messages-ok.png) no-repeat 5px 5px;
}
.system_messages .warning,
.system_messages .error,
.system_messages .info {
	text-align:center;
	font-size:15px;
	padding:9px 50px;
	
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	
	text-shadow:0 -1px 0 rgba(0,0,0,0.7);
	color:#fff;
	position:relative;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;    
	line-height:1.2;  	
	margin:-1px 0;
	}
.removeSystemMessage {
	background:url(../admin/images/system-messages-close.png) no-repeat 0 0;
	width:17px;
	height:17px;
	text-indent:-9999px;
	float:right;
	padding-right:5px;
	font-size:13px;
	font-weight: bold;
	text-decoration: none;
	margin-top:-4px;
	position: absolute;
	top: 14px;
	right: 4px;	
	opacity:0.8;
}

.removeSystemMessage:hover {
	opacity:1;	
	}
.removeSystemMessage:active {
	top:15px;;	
	}	