form #notemoderator {
    width: 500px;
}

.notemoderator {
	width: 100%;
}

.notemoderator_note_normal {
	background-color: #f5f5f5;
	border: 1px solid #d4d4d4;
	padding: 15px;
	line-height: 150%;
	font-family: Verdana;
	font-size: 10px;
	margin-top: 20px;
	clear: both;
}

.notemoderator_note_information {
	background-color: #ebfcdf;
	border: 1px solid #a4cfa4;
	padding: 15px;
	color: #0e440e;
	line-height: 150%;
	font-size: 13px;
	margin-top: 20px;
	clear: both;
}

.notemoderator_note_warn {
	background-color: #f3e3e6;
	border: 1px solid #e599aa;
	padding: 15px;
	color: #80001c;
	line-height: 150%;
	font-size: 13px;
	margin-top: 20px;
	clear: both;
}

.notemoderator_button_edit {
	margin-right: 10px;
}
		