/* WYSIWYG HTML Editor Styles */

html {
	/* #3658: [IE6] Editor document has horizontal scrollbar on long lines
	To prevent this misbehavior, we show the scrollbar always */
	_overflow-y: scroll
}

body {
	font-family:sans-serif;
	font-size:small;
}

img:-moz-broken {
	-moz-force-broken-image-icon : 1;
	width : 24px;
	height : 24px;
}

img, input, textarea {
	cursor: default;
}
