@charset "utf-8";
/*----------------------------------------------------
	#error
----------------------------------------------------*/
#error{
	background-color:#eeeeee;
	margin-bottom:20px;
}
#error h1{
	font-size:14px;
	padding:20px 40px;
}
#error .error_message{
	margin-bottom:0px;
	color: red;
	margin-left:0px;
	margin-top:5px;	
}