/* error style */
.error {
	text-align: center;
	color: red;
}
/* message style */
.info {
	text-align: center;
}
/* title style */
.title {
	font-size			: 12pt;
	color				: #FFFFFF;
	background-color	: #FF6600;
}
