.clear { clear:both; }
.left { float: left; }
.right { float: right; }
.error_message {
	color: #FF0000;
	font-weight:bold;
	text-align: center;
	border: #BB010F solid 1px;
	padding: 10px;
	background:#f9f59d;
	margin-bottom: 10px;
}
.notice_message {
	color: #232ea3;
	font-weight:bold;
	text-align: center;
	border: #3b46bf solid 1px;
	padding: 10px;
	background:#f9f59d;
	margin-bottom: 10px;
}
.captcha {
	text-transform: uppercase;
}
