/*Verify*/
.DefaultMsg {
	margin-left:5px;
	color:#AAA;
	padding-top:3px;
}
.WarningMsg, .FailedMsg, .SucceedMsg {
	padding: 2px 5px 2px 25px;
	margin: 0px 0px 0px 4px;
	color: #000;
	font-size:12px;
}
.WarningMsg {
	background: url(https://hsimages.91.com/account/icon_warning.gif) #ffeaf7 no-repeat 5px 2px;
	border: #ffbabe 1px solid;
}
.FailedMsg {
	background: url(https://hsimages.91.com/account/icon_error.gif) #fff2e9 no-repeat 5px 2px;
	border: #ff6600 1px solid;
}
.SucceedMsg {
	background: url(https://hsimages.91.com/account/icon_ok.gif) #e6ffe6 no-repeat 5px 45%;

}