#messages {
	position: absolute;
	left: 40%;
	cursor: pointer;
	font-weight: bold;
	font-size: 10pt;
	width: 300px;
}
#messages li {
	text-align: center;
	border: 2px solid #000;
	margin: 2px;
	list-style-image: none;
	padding: 8px;
	width: 100%;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	color: #FFFFFF;
	background: #FF0000;
}
#messages .success {
	color: #000;
	background: #00FF00;
}
#messages .invalid {
	color: #FFFFFF;
	background: #FF0000;
}
#messages .notice {
	color: #FFFFFF;
	background: #0000FF;
}
