A:link,A:visited,A:active,A:hover{
	color				:	#000000; 
	font-size			:	12px;
	text-decoration		:	none;
	cursor				:	pointer;
}

html,body{ 
	font-size			:	12px;
	margin				:	4px 0px 0px 0px;
	text-align			:	center;
	height				:	100%;
}
TD{
	font-size			:	12px;
}



/*页面导航*/
#topnav{
	 width				:	775px;
	 background-color	:	#EDEDED;
	 padding-left		:	230px;
}
#topnav li{
	float				:	left;
	width				:	72px;
	height				:	20px;
	list-style-type		:	none;
	text-align			:	center;
	padding-top			:	5px;
	background			:	url("../images/headImages/head06.gif");
}

/*页面布局*/
#divLayout{
	width				:	775px;
	text-align			:	center;
	background-color	:	#EDEDED;
	clear				:	both;
}
#divLeft{
	width				:	191px;
	height				:	100%;
	vertical-align		:	top;
	float				:	left;
}
#divRight{
	width				:	584px;
	vertical-align		:	top;
	padding-top			:	20px;
	padding-left		:	15px;
	float				:	left;
	background-color	:	#FFFFFF;
	height				:	100%;
	text-align			:	left;
}

/*页面标题*/
#pageTitle{
	width				:	100%;
	height				:	20px;
	padding-top			:	4px;
	border-bottom		:	1px solid #D4D4D4;
}
#pageName{
	color				:	#04477c;
	font-weight			:	bold;
	font-size			:	14px;
	float				:	left;
}
#pageLocation{
	float				:	right;
}
#pageRemark{
	width				:	100%;
	text-align			:	left;
	margin-top			:	10px;
	line-height			:	175%;
}

/*register*/
fieldSet{
	margin-bottom		:	15px;
}
.inforTable{
	width				:	100%;
	margin-top			:	20px;
	margin-bottom		:	15px;
}
.inforTable td{
	height				:	30px;
}
.itemLabel{
	padding-left		:	20px;
}
#userInforForm input{
	width				:	200px;
}
.import{
	color				:	red;
	text-align			:	center;
}
.remark{
	color				:	#BBBBBB;
}
.passwordCheck{
	width				:	50px;
	text-align			:	center;
	border				:	1px solid #D4D4D4;
	background-color	:	#DEDEDE;
}
#submitDiv{
	margin-top			:	25px;
}



/*loginBox*/


