form #notemoderator {
    width: 500px;
}

.notemoderator {
	width: 100%;
}

.notemoderator_note_normal {
	background-color: #dccde20d;
	border: 1px solid #dccde20d;
	padding: 10px 10px 10px 30px;
	border-radius: 1px;
	color: #dccde2;
	line-height: 150%;
	font-size: 13pt;
	margin-top: 7px;
	clear: both;
}

.notemoderator_note_information {
	background-color: #dccde20d;
	border: 1px solid #dccde20d;
	padding: 10px 10px 10px 30px;
	border-radius: 1px;
	color: #dccde2;
	line-height: 150%;
	font-size: 13pt;
	margin-top: 7px;
	clear: both;

}

.notemoderator_note_warn {
	background-color: #dccde20d;
	border: 1px solid #dccde20d;
	padding: 10px 10px 10px 30px;
	border-radius: 1px;
	color: #dccde2;
	line-height: 150%;
	font-size: 13pt;
	margin-top: 7px;
	clear: both;

}

.notemoderator_button_edit {
	margin-right: 10px;
}