.userenlighter {
	margin: 5px;
	padding: 0px;
	background-color: rgb(255,255,255);
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	

}
.userenlighter ul {
}
.userenlighter li {
	list-style: circle inside url();
}
.userenlighter .Error {
	padding: 5px;
	border: 1px dashed rgb(255,0,0);
}

.userenlighter .Error h2 {
	font-family: verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.userenlighter .Success {
	padding: 5px;
	border: 1px dashed rgb(0,0,255);
}

.userenlighter .Success h2 {
	font-family: verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.userenlighter .Notice {
	padding: 5px;
	border: 1px dashed rgb(43,23,255);
}

.userenlighter .Notice h2 {
	font-family: verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
}