@charset "utf-8";

.error-message {
	clear: both;
	color: #CC0000;
	font-weight: bold;
}

.error-message-all {
	clear: both;
	color: #CC0000;
	font-weight: bold;
	display:block;
	padding:5px 30px;
	border:solid 1px #ec6c00;
	background:#f9ce89;
}

