
.message-success,
.message-error {	position:relative;
					width: 75%;
					max-width: 990px;
					margin: auto; 
					font: 14px/36px Raleway, Arial, Helvetica, sans-serif; 
					font-weight:600; 
					 
					text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
					margin-bottom:50px;
					text-align:left; }

.message-success {	border: thin solid #C5E0B8; 
					border-left: thick solid #90CB5C; 
					color: #39941c; 
					background: #DFF0D8 url(../images/succes.png) 10px center no-repeat;  }
					
.message-error li {	border:thin solid #EFCBCB; 
					/*border-left:thick solid #E17875; */
					color:#AB4846; 
					background:#F2DEDE url(../images/echec.png) 10px center no-repeat;
					padding-left: 60px;  }
					
.message-success span,
.message-error span { font-weight:900; font-size:120%; }

.notification-close {	display:block; 
						position:absolute; 
						right:10px; 
						top:0; 
						font-size:120%; 
						cursor:pointer}
						
/* ERROR Box Style */
.errormsgbox {	font-family: Raleway,Arial, Helvetica, sans-serif;
				padding: 10px 10px 10px 20px;
				font-size: 14px;
				line-height: 24px;
				color: #d63333;
				background: #ffe1e1;
				margin-bottom: 10px;
				font-weight: 600;
				border: #e8b7b7 solid 1px; }
