body {color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
li {list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

body{
	text-align:center;
	font: 14px "Arial", "Trebuchet MS", Verdana, sans-serif;
}
hr{
	display: none;
}
a{
	color:#0628B7;
}
/*
For id
*/
#Wrapper{
	text-align:left;
	width:100%;
	margin:auto;
}
#Header{
	margin:15px 0;
}
#Middle{
	position:absolute;
	left:50px;
	top:130px;
}
#Banner{
	font-family:simsun,serif;
	font-size:14px;
	padding:5px;
	margin-bottom:10px;
	border-top:1px solid #3366cc;
	background:#e5ecf9;
}
#Error{
	padding:3px;
	margin-bottom:10px;
	font-size:12px;
	border:1px solid #c00;
	background:#ffefef;
}
#RegBotton{
	font-size:16px;
	text-align:center;
	display:block;
	padding:5px;
	margin:20px 20px 20px 20px;
}

#Middle-left{
	position:absolute;
	left:50px;
	width:500px;
}
#Middle-Register-left{
	position:absolute;
	left:50px;
	width:600px;
}
#Middle-right{
	position:absolute;
	left:650px;
	top:-15px;
	width:250px;
}
#Footer{
	position:relative;
	left:0px;
	top:350px;
	clear:both;
	width:100%;
	text-align:center;
	color:#666;
	font-size:12px;
	margin:10px 0 0 0;
	padding:10px 0 10px 0;
	border-top:1px solid #ccc;
}
#Footer p{
	margin:0;
	padding:0;
}
#Footer a{
	color:#666;
}

/*
For class
*/
.ErrorMsg{
	color:#c00;
}
.Description p{
	margin:0.75em 0;
	line-height:1.5em;
}
.Description h1{
	font-weight:bold;
}
.Description li{
	margin:0.5em 0;
	line-height:1.5em;
	padding-left:12px;
	background:url(blue-dot.gif) left 8px no-repeat;
}
.Description ul{
	margin:0.75em 0;
}

.Form-table td,.Form-table th{
	font-size:12px;
	padding:2px 0 4px 0;
}
.Form-table th{
	vertical-align:top;
	text-align:right;
	padding-top:10px;
}
.tip{
	color:#666;
	font-size:12px;
}

.Content{
	border:1px solid #C3D9FF;
	margin-bottom:20px;
}
.Content h3{
	font-weight:bold;
	margin-bottom:0.5em;
}
.Content h4{
	font-weight:bold;
	text-align:center;
	margin-top:0.5em;
	margin-bottom:0.5em;
	COLOR: red;
}
.Content-Body{
	margin:3px 3px 3px 3px;
	padding:5px;
	/*border:2px solid #e8eefa;*/
	background:#e8eefa;
}
.SubmitButton button{
	BORDER: #999b9a 1px solid;
	FONT-SIZE: 13px;
	WIDTH: 85px;
	CURSOR: pointer;
	COLOR: #000;
	WHITE-SPACE: nowrap;
	HEIGHT: 25px;
	BACKGROUND-COLOR: #ffffff;
}

.RegisterSubmitButton input{
	BORDER: #999b9a 1px solid;
	FONT-SIZE: 13px;
	WIDTH: 85px;
	CURSOR: pointer;
	COLOR: #000;
	WHITE-SPACE: nowrap;
	HEIGHT: 25px;
	BACKGROUND-COLOR: #ffffff;
}
.FormInput input{
	BORDER: #999b9a 1px solid;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 3px;
	PADDING-BOTTOM: 0px;
	WIDTH: 160px;
	PADDING-TOP: 4px;
	HEIGHT: 19px;
}


