/*Verify*/
.DefaultMsg {
	margin-left:5px;
	color:#AAA;
	padding-top:3px;
	float:left;
}
.WarningMsg, .FailedMsg, .SucceedMsg {
	float:left;
	display:block;
	padding: 2px 5px 2px 25px;
	margin: 0px 0px 0px 4px;
	color: #000;
	font-size:12px;
	width:360px;
	overflow: hidden;
    word-wrap: break-word;
}
.WarningMsg {
	background: url(https://hsimages.99.com/account/icons_20140108.gif) #ffeaf7 no-repeat 6px -477px;
	border: #ffbabe 1px solid;
}
.FailedMsg {
	background: url(https://hsimages.99.com/account/icons_20140108.gif) #fff2e9 no-repeat 6px 3px;
	border: #ff6600 1px solid;
}
.SucceedMsg {
	background: url(https://hsimages.99.com/account/icons_20140108.gif) #e6ffe6 no-repeat 5px -247px;
	border: #ff6600 1px solid;
}