.notification
{
	position: fixed;
	z-index: 1000;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	font-size: 16px;
	background: white;
	text-align: center;
}

.error
{
	background: red;
	color: white;
	font-family: Century Gothic;
}

.success
{
	background: green;
	color: white;
	font-family: Century Gothic;
}

.warning
{
	background: #FF6600;
	color: white;
	font-family: Century Gothic;
}