@-moz-document domain("boards.ign.com"), domain("betaboards.ign.com"), domain("forums.ign.com") {

/*	##############################################
	Proper Image Shapes --
	
	Most images will maintain their original shape.
	Most images within quotes will be smaller. */

.boards_thread_post_wrapper > span.imgWrapper img:not(.BoardFace),
.wysiwyg > img:not(.BoardFace) {
	width: auto !important;
	min-width: 80px !important;
	max-width: 200px !important;
	height: auto !important;
	min-height: 60px !important;
	border-color: #8E92A4 !important;
}

/* Images in blockquotes */
.boards_thread_post_wrapper > blockquote img:not(.BoardFace),
.wysiwyg > blockquote img:not(.BoardFace) {
	width: auto !important;
	min-width: 60px !important;
	max-width: 100px !important;
	height: auto !important;
	min-height: 40px !important;
	border-color: #8E92A4 !important;
}

}