@charset "utf-8";
/* CSS Document */
#error_div{
	width:400px;
	height:20px;
	line-height:20px;
	color: #FF0000;
}

.form_error{
	border:3px solid #FF0000;
	color:#FF0000;
}

.options_error{
	color:#FF0000;
	font-weight:bold;
}

