.yafnet .quickReplyLine {
	padding:5px 10px 5px 5px;
	height:100px;	
}
.yafnet textarea.basicBBCodeEditor {
	width:100%;
	height:100%;
}
.yafnet textarea.BBCodeEditor {
	width:100%;
	height:350px;
}
.yafnet #DivForumJump {
	float:right;
	margin-top:12px;
	font-size:11px;
	text-align:left;
}
.yafnet .postForumJump #DivForumJump {
	margin-top: 15px;
}
.yafnet #DivPageAccess {
	clear:right;
	float:right;
	margin-top:10px;
	font-size:11px;
}
.yafnet #DivIconLegend {
	float:left;
	margin-top:12px;
}
.yafnet #DivSmartScroller {
	clear:both;
}
.yafnet .postsep td {
	padding:0;
}
.yafnet .yafpopupmenu {
	padding:0;
}
.yafnet .fileattach {
	margin: 15px 0 0;
}
.yafnet #yafprofilemenu {
	float:left;
	width:150px;
	margin:5px 5px 5px 0;
}
.yafnet #yafprofilecontent {
	margin:5px 0;
	float:left;
}
/* One Exception: Default CSS for Syntaxt Highlighting */
.yafnet .yafcodehighlighting .keytype {color:#FF9933; font-weight:normal;}
.yafnet .yafcodehighlighting .keyword {color:#224FFF; font-weight:normal;}
.yafnet .yafcodehighlighting .integer {color:#FF0032;}
.yafnet .yafcodehighlighting .comment {color:#008100;}
.yafnet .yafcodehighlighting .errors {color:#F00; font-weight:900;}
.yafnet .yafcodehighlighting .string {color:#F02;}