#error_box {
	background-color: #CCCCCC;
	width: 550px;
	padding: 20px;
	text-align: left;
}
#error {
	line-height: 1.5em;
	color: #FFFFFF;
	background-color: #BD0000;
	font-size: 3em;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding-left: 20px;
}
#message {
	height: 100px;
	background-color: #FFFFFF;
	font-size: 1em;
	color: #000000;
	padding: 15px;
	margin-top: 20px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-weight: bold;
}
#name {
	text-align: center;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 3em;
	line-height: 1.5em;
	font-weight: bold;
}

