@charset "utf-8";
/* CSS Document */

#notification {
	cursor: pointer;
}
#notification, .warning, .success, .failure, .information {
	padding: 4px 5px;
	color: #333;
	font-size:90%;
	margin-bottom:10px;
}
#notification {
	display:none;
}

.notification {
	cursor: pointer;
}
.warning {
	border: 1px solid #FFC44A;
	background-color: #FFDB91;
}
.success {
	border:1px solid #99C600;
	background-color1: #D9E4AC;
	color: #4F8A10;
	background-color: #DFF2BF;
}
.failure {
	border: 1px solid #F1D031;
	background-color: #FFFFA3;
	color:#555555;
}
.failure a {
	color:#D70500;
	text-decoration:underline;
}
.failure ul {
}
.information {
	border: 1px solid #418ACC;
	background-color: #B3CFEA;
	color:#418ACC;
}
