body{
	font-family: 宋体;
	font-size: 16px;
	color: #000000;
	background-color: #bbbbbb;
	margin: 5px;
	padding: 0px;
}


/* 导航条 */
#nav {
	width:800px;
	margin:0px auto;	
}

#nav ul {
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
	float: left;
}

#nav ul li {
	float: left;
	position:relative;
	line-height:30px;
}

#nav ul li a {
	letter-spacing: 1px;
	text-align: center;
	display: block;
	height: 27px;
	width: 80px;
	color: blue;
	text-decoration: none;
	overflow: hidden;
}
#nav ul li a:hover {
	color: red;
	overflow: hidden;
}

#nav ul li.over ul{
	color: red;
	overflow: hidden;
}

#nav ul li ul{line-height:30px;display:none;margin:0;padding:0;position:absolute;left:6px;top:26px;background-color:#FC9;width:120px;border-left:1px solid #FC0;border-bottom:1px solid #FC0;border-right:1px solid #FC0;}
#nav ul li ul li{width:115px;float:none;border:0px 0px;}
#nav ul li ul li a{background:#3CF;width:115px;margin-left:0;text-align:left;border-top:1px solid #FC0;padding-left:5px;color:#000}
#nav ul li ul li a:hover{background:#3CF;width:115px;margin-left:0;text-align:left;border-top:1px solid #FC0;padding-left:5px;color:green}
#nav ul li:hover ul, #nav li.over ul{display:block}

/* 登录信息 */
#nav_author {
	margin:8px auto;
	padding-bottom:3px;
	width:800px;
	border-bottom: 1px solid #aaa;
	font-family: 宋体;
	font-size: 13px;
}

/* 内容区 */
#content {
	margin:0 auto;
	width:800px;
	overflow:hidden;
}

/* 版权区 */
#copyright {
	margin:0 auto;
	width:800px;
	border-top: 1px solid #aaa;
	padding-top:20px;
}

.clear {
	clear:both;
}

.blue{
	color: #0000CC;
}

.green{
	color: green;
}

.red{
	color: #FF0000;
}

.grown{
	color: #990000;
}

.black{
	color: #000000;
}

.orange{
	color: #FF9800;
}

.purple{
	color: #FF00FF;
}

.zise{
	color: #330099;
}

/* 输入文本框 */
.normal_input{
	width:200px;
	height:14px;
	ime-mode:disabled
}
.machine_input{
	width:120px;
	height:14px;
	ime-mode:disabled
}
.ip_input{
	width:80px;
	height:14px;
	ime-mode:disabled
}
.time_input{
	width:25px;
	height:14px;
	ime-mode:disabled
}
.num_input{
	width:50px;
	height:14px;
	ime-mode:disabled
}
.bz_input{
	width:90px;
	height:14px;
	ime-mode:disabled
}
.bw_td{
	height:14px;
	white-space:nowrap;  /*文本显示不自动换行*/
	/*overflow:hidden;*/
}
/* 验证码输入框 */
.yz_input{
	width:50px;
	height:14px;
	ime-mode:disabled
}

/* fun输入 */
.fun_input{
	width:160px;
	height:14px;
	ime-mode:disabled;
}
.normal_input_with_ime{
	width:200px;
	height:14px;
}

.reg_prompt_text{
	font-family: 宋体;
	font-size: 12px;
	color: #990000;
}

/* 我的账户左侧栏 */
#nav_account_left {
	margin:10px auto;
	padding:0px;
	width:100px;
	border-right: 1px solid #aaa;
	font-family: 宋体;
	font-size: 14px;
	float:left;
}


#nav_account_left ul {
	margin: 0px auto;
	padding: 0px;
	padding-left:10px;
	list-style-type: none;
	float: left;
}

#nav_account_left ul li {
	position:relative;
	line-height:30px;
}

#nav_account_left ul li a {
	letter-spacing: 1px;
	text-align: left;
	display: block;
	height: 27px;
	width: 80px;
	color: blue;
	text-decoration: none;
	overflow: hidden;
}
#nav_account_left ul li a:hover {
	color: red;
	overflow: hidden;
}


/* 我的账户右侧栏 */
#nav_account_right {
	margin:0px;
	margin-top:10px;
	margin-left:10px;
	width:680px;
	font-family: 宋体;
	font-size: 14px;
	text-align:left;
	float:left;
}

