@CHARSET "ISO-8859-1";

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

div.error {
	background-color: #800000;
	padding: 5px;
}

div.success {
	background-color: #008000;
	padding: 5px;
}

div.faqbox {
	margin-bottom: 5px;
	padding: 5px;
	padding-left: 10px;
}