.3 {font-size:16px; color:99FF00; }
.4 {font-size:12px; color:66FF66; }
.6 {font-size:14px; color:33FFFF; }
table{
font-size:12px;
}
a{	
font-size: 12px;
color: #666666;
line-height: 18px;
cursor:pointer;
}
#inputText{border:1px solid #AAAAAA;width:20px;text-align:center;height:18px;font-size:12px;}
#inputButton {}
/*限制图片尺寸部分*/

.resizePicCss {
	border:1px solid #ccc;
	width:880px;
	height:580px;
}
.resizePicCss td{
 background:#fff;
}
.resizePicCss #leftdiv{
 
}
.resizePicCss #leftdiv img{
border:1px solid #ccc;
 background:#efefef;
 margin:3px;
}
.resizePicCss #rightdiv{ /*-- 专门用于限定文章DIV下的图片 --*/
     margin:3px;
     overflow:auto;
     text-aling:center;
}
.resizePicCss #imgbutDiv{
background:#efefef;
padding:3px;
}
.resizePicCss #closeBut{
	border:1px solid #ccc;
	font-size:10px;
}
.picstyle img {
	/*max-width:600px;
	max-height:441px;
	width:expression(document.body.clientWidth>600?"600px":"auto");
	height:expression(document.body.clientHeight>441?"441px":"auto");*/
}
