.notemoderator {
	width: 100%;
}

.notemoderator_note_normal {
	background-image: url(../../../images/notemoderator/normal.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 8px 12px;
	background-color: #008702;
	border: 1px solid lime;
	padding: 10px 10px 10px 30px;
	border-radius: 6px 6px 6px 6px;
	color: lime;
	line-height: 150%;
	font-size: 13px;
	margin-top: 7px;
	clear: both;
	font-weight: bold;
	box-shadow: inset 0 0 1em lime, 0 0 1em lime;
}

.notemoderator_note_information {
	background-image: url(../../../images/notemoderator/information.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 8px 12px;
	background-color: blue;
	border: 1px solid aqua;
	padding: 10px 10px 10px 30px;
	border-radius: 6px 6px 6px 6px;
	color: aqua;
	line-height: 150%;
	font-size: 13px;
	margin-top: 7px;
	clear: both;
	font-weight: bold;
	box-shadow: inset 0 0 1em aqua, 0 0 1em aqua;
}

.notemoderator_note_warn {
	background-image: url(../../../images/notemoderator/warn.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 8px 12px;
	background-color: #730000;
	border: 1px solid red;
	padding: 10px 10px 10px 30px;
	border-radius: 6px 6px 6px 6px;
	color: red;
	line-height: 150%;
	font-size: 13px;
	margin-top: 7px;
	clear: both;
	font-weight: bold;
	box-shadow: inset 0 0 1em red, 0 0 1em red;
}

.notemoderator_button_edit {
	margin-right: 10px;
}