




.mf_label { 
	display: block; 
	margin-left: 2px; 
}
.mf_text { 
	width: 95%; 
	margin-left: 1px; 
}
.mf_textarea { 
	width: 95%; 
	margin-left: 1px; 
	height: 150px;
}

.mf_select {
	width: 96%; 
}

.wrap #post-body h2 {
	clear: none;
}
/*
#post-body .inside p{
	overflow: hidden;
	padding-bottom: 4px;
}
*/


/* Joen's CSS changes for the WYSIWYG */

.inside .mceResize {
	margin-top: -45px !important;
}
.inside .mceEditor iframe {
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Mozilla: Change Box Model Behaviour */
}