.failed {
	background-color: 		#FBE3E4;
	border: 				1px solid #FBC2C4;
	text-align: 			left;
	height: 				40px;
	width: 					auto;
	background-image: 		url('../../img/icons/false.png');
	background-repeat: 		no-repeat;
	background-position: 	5px center;
	padding:				5px 5px 5px 40px;
	color: 					#8a1f11;
}
.failed a, .failed a:visited, .failed a:active {
	color:					#8a1f11;
	text-decoration:		underline;
}
.failed a:hover {
	color: 					#000000;
}

.success {
	background-color: 		#E6EFC2;
	border: 				1px solid #C6D880;
	text-align: 			left;
	height: 				40px;
	width: 					100%;
	background-image: 		url('../../img/icons/success.png');
	background-repeat: 		no-repeat;
	background-position: 	5px center;
	padding:				5px 5px 5px 40px;
	color:					#264409;
}
.success a, .success a:visited, .success a:active {
	color:					#264409;
	text-decoration:		underline;
}
.success a:hover {
	color: 					#000000;
}

.notice {
	background-color: 		#FFF6BF;
	border: 				1px solid #FFD324;
	text-align: 			left;
	height: 				40px;
	width: 					100%;
	background-image: 		url('../../img/icons/notice.png');
	background-repeat: 		no-repeat;
	background-position: 	5px center;
	padding:				5px 5px 5px 40px;
	color: 					#514721;
}
.notice a, .notice a:visited, .notice a:active {
	color: 					#514721;
	text-decoration:		underline;
}

.notice a:hover {
	color: 					#000000;
}


.info {
	background-color: 		#5b7cdb;
	border: 				1px solid #000D80;
	text-align: 			left;
	height: 				40px;
	width: 					100%;
	background-image: 		url('../../img/icons/info.png');
	background-repeat: 		no-repeat;
	background-position: 	5px center;
	padding:				5px 5px 5px 40px;
	color:					#000D80;
}
.info a, .info a:visited, .info a:active {
	color: 					#000D80;
	text-decoration:		underline;
}
.info a:hover {
	color: 					#000000;
}
