@charset "utf-8";

/* error msg */
.err_msg {
	font-size: 12px;
	margin-left:0px;
	color: #ff3333;
	background-image: url(../img/attention.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding: 5px 0px 0 20px;
}

/* red-text */
.red-text {
	color: #990000;
}

