@charset "utf-8";
.system_result{
	position:absolute;
	width:94%;
	border:1px solid #4188E5;
	padding:5px;
	left:3%;
	background-color: #5BA1EC;
	color: #FFF;
	top: -170px;
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
}
.system_error{
	position:absolute;
	width:94%;
	border:1px solid #E52A01;
	padding:5px;
	left:3%;
	background-color: #FBDFE2;
	color: #F00;
	top: -170px;
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
}
.system_title {
	font-weight:bold;
}
