﻿/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:"宋体", Arial;
	font-size:12px;
}
hr {
	width:95%;
	color:#212838;
	height:1px;
}
img {
	border:0;
}
.rContainer {
	width:1003px;
	margin:0 auto;
}
.rBox {
	width:852px;
	margin:10px auto;
}
.rBoxM {
	background-color:#DEDFE2;
	padding:20px;
	border:1px solid #000;
}
.rBoxM table {
	width:700px;
	margin:0 auto;
}
.rBoxM table th {
	font-weight:normal;
	text-align:right;
	height:30px;
	width:20%;
}.rBoxM table td {
	width:40%;
}
.rCell {
	border:1px #212838 solid;
	background-color:#FFF;
	margin-bottom:15px;
}
.rCellTop {
	background-color:#5e6170;
	padding-left:10px;
	color:#FFF;
	line-height:25px;
}
.rBoxM a {
	margin-left:20px;
}
.rBoxM a:link, .rBoxM a:visited {
	color:#212838;
	text-decoration:none;
}
.rBoxM a:hover {
	color:#999;
	text-decoration:underline;
}
.rBoxM span {
	color:#F00;
	margin:0 5px;
}
.rBoxM input[type="text"] {
	width:240px;
	border:1px solid #212838;
}
.rBoxM input[type="password"] {
	width:240px;
	border:1px solid #212838;
}.rBoxM input[type="button"] {
	border:1px solid #212838;
}
.rBoxM textarea {
	border:1px solid #212838;
}
.rBoxT {
	font-size:16px;
	color:#F00;
}
.textCenter {
	text-align:center;
}
.rContainerB {
	width:1003px;
	text-align:center;
	background-color:#DEDFE2;
	border-bottom:1px solid #000;
	line-height:1.8;
	clear:both;
}

.rSuccess {
	background-color:#DEDFE2;
	width:336px;
	height:179px;
	border:1px #9A9A9A solid;
	margin:150px auto 0;
}
.rSuccessContent {
	background:url(../img/loginBoxImg.gif) no-repeat 10% 50%;
	height:79px;
	padding:70px 20px 30px 120px;
	line-height:2.5;
}
.rSuccessContent b {
	color:#00357D;
	font-size:14px;
}
.rClose {
	width:77px;
	margin:10px auto 200px; 
}
.bottom {
	width:1003px;
	text-align:center;
	background-color:#DEDFE2;
	border-bottom:1px solid #000;
	line-height:1.8;
	clear:both;
}