@CHARSET "UTF-8";

/* ivalidator 訊息
-------------------------------------*/
.msg_error2{
	background: none repeat scroll 0 0 #FFEEEE;
    border: 1px solid #F7D8D8;
    margin: 10px 0;
    padding: 6px 10px;
}
.msg_error2 li{
	background: url("../img/icon/msg_alert.gif") no-repeat scroll 6px 2px transparent;
    color: #FF0000;
    list-style: none outside none;
    padding: 2px 0 3px 25px;
}
.verity_fail{
	color: #FF0000;
}