﻿body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "宋体";
	font-size: 12px;
}

/*页面容器*/
#PageContainer
{
	width:668px;	
}

/*页面头部*/
#PrdHeader
{
	margin-top:3px;		
	background-color:#E5E5E5;
	height:26px;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
}

/*页面主体*/
/*产品注册用*/
#PrdBody
{
	margin:10px 0 0 0;
	border:solid 1px #000000;
}
#PrdBody #PageRow
{
	height:25px;
	border-bottom:1px solid #A5ACB2;
	border-top:1px solid #A5ACB2;
}
#PrdBody #PageRow2
{
	height:100px;
	border-bottom:1px solid #A5ACB2;
	border-top:1px solid #A5ACB2;
}
#PrdBody #PageRow2 #PageLabel
{
	background-color:#f0f6fc;
	float:left;
	overflow:hidden;
	text-align:right;
	vertical-align:middle;
	width:100px;
	height:100px;
	margin:0px 0px 0px 0px;
	padding:0 0 0 0;
	display:inline;
}
#PrdBody #PageRow2 #PrdInput
{
	float:left;
	overflow:hidden;
	 text-align:left;
	 width:560px;
	 height:100px;
	 margin:0px 0px 0px 0px;
	 padding:0 0 0 0;
	 display:inline;
}
#PrdBody #PageRow #PageLabel
{
	background-color:#f0f6fc;
	float:left;
	overflow:hidden;
	 text-align:right;
	 vertical-align:middle;
	 width:100px;
	 height:25px;
	 margin:0px 0px 0px 0px;
	 padding:0 0 0 0;
	 display:inline;
}
#PrdBody #PageRow #PrdInput
{
	float:left;
	overflow:hidden;
	 text-align:left;
	 width:560px;
	 height:25px;
	 margin:0px 0px 0px 0px;
	 padding:0 0 0 0;
	 display:inline;
}
#PrdBody #PageRow #PrdInput2
{
	float:left;
	overflow:hidden;
	 text-align:left;
	 width:230px;
	 height:25px;
	 margin:0px 0px 0px 0px;
	 padding:0 0 0 0;
	 display:inline;
}
#PrdBody #PageRow #PrdInput3
{
	float:left;

	 display:inline;
}
#PrdFooter
{
	margin:10px 0 0 0;
	height:30px;
	text-align:center;
}
/* 产品注册结束*/

/*会员登陆开始*/
#LoginBody
{
		width:900px;
		border:solid 1px black;
}
#LoginBody #LoginHeader
{
	 background-color:#E5E5E5;
	 height:28px;
	 	text-align:center;
	vertical-align:middle;
	font-weight:bold;
}

#LoginContent #PageRow
{
		height:25px;
	border-bottom:1px solid #A5ACB2;
	border-top:1px solid #A5ACB2;
	text-align:center;
}
#LoginContent #PageRow #LoginLabel
{
	background-color:#f0f6fc;
	float:left;
	clear;left;
	overflow:hidden;
	text-align:right;
	vertical-align:middle;
	width:400px;
	height:25px;
	margin:0px 0px 0px 0px;
	padding:0 0 0 0;
	display:inline;
}
#LoginContent #PageRow #LoginInput
{
	float:right;
	clear:right;
	overflow:hidden;
	text-align:left;
	width:500px;
	height:25px;
	margin:0px 0px 0px 0px;
	padding:0 0 0 0;
	display:inline;
}
#LoginFooter
{
	
}
/*会员登陆结束*/