
/*//frame*/
	.addr{
		width:850px;
		height:30px;
		line-height:30px;
		text-align:left;
		padding-left:10px;
		border-bottom:1px solid #666666;
		margin-bottom:10px;
		}

	.page_c{
		
		}
	.btn1{
		border:0px;
		background:url(../img/btn1.gif);
		width:86px;
		height:24px;
		}

	.page{
		width:98%;
		height:30px;
		margin-left:2%;
		margin-bottom:5px;
		}
	.pageL{
		width:70%;
		height:100%;
		float:left;
		padding-top:10px;
		}
	.pageR{
		width:20%;
		float:right;
		text-align:right;
		}

	.write{
		width:86px;
		height:30px;
		background-image:url(../img/write.gif);
		background-repeat:no-repeat;
		background-position:left center;
		}

	.page_1,.page_p,.page_n,.page_e{
		background-repeat:no-repeat;
		background-position:left center;
		margin-right:10px;
		}
	.page_1{
		background-image:url(../img/page_1.gif);
		width:21px;
		height:16px;
		}
	.page_p{
		background-image:url(../img/page_pre.gif);
		width:41px;
		height:16px;
		}
	.page_n{
		background-image:url(../img/page_next.gif);
		width:41px;
		height:16px;
		}
	.page_e{
		background-image:url(../img/page_e.gif);
		width:21px;
		height:16px;
		}


/*chatbox//*/

	.chatBox{
		width:98%;
		margin-left:2%;
		border:1px solid #006E6F;
		padding:1px;
		margin-bottom:5px;
		}
	.chatHead{
		background-color:#006E6F;
		height:30px;
		}
	.chatTit{
		width:70%;		
		float:left;
		height:30px;
		line-height:30px;
		color:#ffffff;

		background-image:url(../img/p3.gif);
		background-repeat:no-repeat;
		background-position:10 center;
		padding-left:25px;
		}
	.chatTime{
		width:23%;
		float:right;
		height:30px;
		line-height:30px;
		color:#ffffff;

		background-image:url(../img/time.gif);
		background-repeat:no-repeat;
		background-position:left center;
		padding-left:20px;
		}
		.chatTime .top{
			width:36px;
			height:23px;
			background-image:url(../img/top.gif);
			background-repeat:no-repeat;
			background-position:left 8;
			}

	.chatCon{
		margin-top:1px;
		height:200px;
		}
	.chatCon .chatShowInfo{
		width:100%;
		height:100%;
		text-align:center;
		padding-top:10px;
		}
	.chatCon .user{
		width:19%;
		height:100%;
		float:left;
		border-right:1px solid #006E6F;
		text-align:center;
		padding:10px;
		}
		.chatCon .user img{
			width:80px;
			height:90px;
			border:1px solid #555555;
			
			}
	.chatCon .info{
		width:80%;
		margin-left:3px;
		height:170px;
		float:left;
		padding:5px;
		}
		.chatCon .info .admin{
			border:1px solid #006633;
			width:100%;
			height:30px;
			background-color:#E8F5F8;
			color:#006633;
			padding:3px;
			margin-top:10px;
		}

	.chatCon .tool{
		width:80%;
		margin-left:3px;
		height:25px;
		line-height:25px;
		float:left;
		border-top:1px solid #006E6F;
		}
	.chatCon .toolL{
		width:50%;
		float:left;
		padding-left:5px;
		}
	.chatCon .toolR{
		width:50%;
		float:right;
		text-align:right;
		}
		.chatCon .settop{
			background-image:url(../img/settop.gif);
			background-repeat:no-repeat;
			background-position:left center;
			padding-left:20px;
			padding-right:10px;
			}
		.chatCon .setnotop{
			background-image:url(../img/setnotop.gif);
			background-repeat:no-repeat;
			background-position:left center;
			padding-left:20px;
			padding-right:10px;
			}
		.chatCon .dele{
			background-image:url(../img/dele.gif);
			background-repeat:no-repeat;
			background-position:left center;
			padding-left:20px;
			padding-right:10px;
			}
		.chatCon .return{
			background-image:url(../img/return.gif);
			background-repeat:no-repeat;
			background-position:left center;
			padding-left:20px;
			padding-right:10px;
			}
		.chatCon .qq{
			background-image:url(../img/qq.gif);
			background-repeat:no-repeat;
			background-position:left center;
			padding-left:17px;
			padding-right:10px;
			}
		.chatCon .email{
			background-image:url(../img/email.gif);
			background-repeat:no-repeat;
			background-position:left center;
			padding-left:20px;
			padding-right:10px;
			}
		.chatCon .home{
			background-image:url(../img/home.gif);
			background-repeat:no-repeat;
			background-position:left center;
			padding-left:20px;
			padding-right:10px;
			}

		.chatWriTit{
			width:100%;
			text-align:center;
			color:#ffffff;
			font-weight:bold;
			line-height:30px;
			}
		.writeCon{
			
			}
		.writeCon li input,.writeCon li textarea{
			border:1px solid #006E6F;
			}
		.writeCon li{
			height:25px;
			line-height:25px;
			}
		.writeCon li span{
			width:150px;
			text-align:right;
			padding-right:3px;
			}
		.writeCon .submit{
			height:50px;
			text-align:center;
			}
		
