@CHARSET "UTF-8";
*{
	margin:0;
	padding:0;
}
body{
	font-size:14px;
	font-family:"microsoft yahei",Arial;
	color:#000;
}
a{
	text-decoration:none;
}
.tablebox{
	width:765px;margin:0 auto;
	
}

.reptable{

	width:765px;;
	table-layout:fixed;
}

.t_area{
width:750px;
	height:250px;
	overflow-y:visible;
	resize:none;
} 