@charset "utf-8";
/* CSS Document */

.FinePrint, .FinePrint a {
	font-size: 10px;
}

.Description {
	font-size: 10pt;
	font-style: italic;
}

.error, .message {
	margin: 0 0 0.5em 0;
	padding: 0;

	font-size: 10pt;
	text-align: center;
}

.error { /* P */
	color: #FF0000;
}

.message { /* P */
	font-weight: bold;
}
