@charset "UTF-8";
#box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
	background-color: #000000;
	left: auto;
	top: 10px;
	right: auto;
	color: #CCCCCC;
	padding: 20 20 20 20;
}
.body {
	background-color: #333333;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bolder;
	color: #00CC33;
}
.errorExpletive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bolder;
	color: #00CC33;
}
