@charset "UTF-8";
/* CSS Document */

.bbcode_img {

	max-height:400px;
	max-width:400px; 
	width: expression(this.width > 400 ? 400: true); 
	heigth: expression(this.heigth > 400 ? 400: true);
}