.error-message{
	color:#E00;
	font-size:11px;
	font-weight:bold;
	
	width:auto;
}

.error-message:before{
	content:"※";
}

span.notice{
	color:#999;
	font-size:0.9em;
}



a#login_btn, a#logout_btn{
	cursor:pointer;
}

