/* BEGIN: Notification */
.notification{
	border: solid 3px #000000;
	padding: 10px;
	margin: 10px 10px;
}

.notification p{
	font-weight: bold;	
}

.notification ul{
  list-style: circle;
  margin-left: 20px;
  margin-top: 10px;
}

.notification li{
  line-height: 1.5;
}

.notification.error{
  background-color:#FF9999;
  border-color:#C80004;
}

.notification.success{	
  background-color: #C7EFC7;
  border-color: #6CA46D;
}

.notification.warning{
  background-color: #FFFF66;
  border-color: #F1F100;
}

/* END: Notification */
