body {
	margin: 0px;
	background-color: #FFFFFF;
	background-repeat: repeat;






}

.AutoNewline
{
  word-break: break-all;/*必须*/
}

.thumbImage {max-width: 200px!important;max-height: 180px!important;} /* for Firefox & IE7 */ 
* html .thumbImage { width: expression(this.width > 200 & this.height < this.width ? 200: true); height: expression(this.height > 180 ? 180: true); }
