.ab_Alert{
	position: fixed;
	top: 10px;
	right: 10px;
	
	padding: 10px;
	border-radius: 5px;
	cursor: pointer;
	background-color: #ccc;
	font-weight: bold;
	
	max-width: 300px;
}

.ab_Alert.success{
	background-color: limegreen;
	color: white;
}

.ab_Alert.error{
	background-color: orangered;
	color: white;
}