@charset "utf-8";

.success-msg,
.failure-msg  {
	background-image: url(../images/sprite.jpg);
	background-repeat: no-repeat;
}

.process li.last a{
	background-position: -690px 0px;
}
#content {
	text-align: center;
}
.msg {
	width: 300px;
	padding-left: 75px;
	margin: 0 auto 100px auto;
	
	line-height: 75px;
	text-align: left;
	color:#F90;
}
.btn {
	margin:0 auto;
}
.failure-msg {
	background-position: 0 -180px;
}
.success-msg {
	background-position: -928px -180px;
	margin-bottom: 10px;
}
em {
	color: #F00;
	font-weight: bold;
}
.success-detail,
.operate-tips {
	margin:20px 0;
}

