body{
	font-family:Arial, Helvetica, sans-serif, "宋体";
	font-size: 12px;
	color: #333333;
	background-color: #FFF;
}
a:link, a:visited { text-decoration: none; color: #333333; }
a:hover, a:active { text-decoration: underline; color: #FF6600; }

.msg-success { background-color: #EFFEB9; border: 1px solid #98C700; background-image: url(../Images/icon_success.gif); background-repeat: no-repeat; background-position: 12px center; height: 50px; width: 360px; margin-right: auto; margin-left: auto; margin-top: 120px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 50px; }
.msg-success .message { line-height: 26px; font-weight: 700; }
.msg-success .url { line-height: 26px; }
.msg-error {
	background-color: #FCCAC1;
	border: 1px solid #EB5439;
	background-image: url(../Images/icon_error.gif);
	background-repeat: no-repeat;
	background-position: 12px center;
	height: 50px;
	width: 360px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 120px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
}
.msg-error .message { line-height: 26px; font-weight: 700; }
.msg-error .url { line-height: 26px; }
