@charset "utf-8";

/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

html,body {
	margin: 0;
	height: 100%;
	padding: 0;
}

body {
	font: normal 14px "微软雅黑", Arial;
	color: #333;
	background: #eee;
}

ul,ol,li {
	list-style: none;
}

img {
	border: 0px;
}

.myclear{clear: both;}
.mybody{width:960px; margin-left:auto; margin-right:auto; overflow:hidden;}
.result-body {
	min-width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 105px;
	padding:100px 0px 100px 0px;
	background: #fff;
	border: 1px solid #e1e1e1;
}

.result-title {
	font: normal 30px "微软雅黑", Arial;
	text-align: center;
	color: #FF7E00;
}

.result-content {
	margin: 25px auto;
	text-align: center;
	line-height: 150%;
}

.result-error{
	margin: 25px auto;
	text-align: center;
	line-height: 150%;
	color:#f00;
}

.result-remark {
	background: url(../imagev/result-line.png) repeat-x top;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding:10px 0px;
	color: #999;
	line-height: 150%;
}

.result-remark li, .result-remark p {
	list-style: none;
	background: url(../imagev/result-dot.png) no-repeat left;
	padding: 5px 5px 5px 20px;
	line-height: 150%;
}

.result-return {
	text-align: center;
	margin-top: 30px;
}

.result-return a{color:#FF6600;text-decoration: none;}
.result-return a:hover{color: #FF6600;text-decoration: underline;}
