.note, .noteimportant, .notewarning, .notetip, .notehelp {
	-moz-border-radius: 10px 10px;
	-moz-box-shadow: 2px 2px 3px #999;
	-webkit-border-radius: 10px 10px;
	-webkit-box-shadow: 2px 2px 3px #999;
	/*Set the position of the background image*/
	/* background-position: 20px 50%; */
	background-repeat: no-repeat;
	border: 1px solid #999999;
	border-radius: 10px 10px;
	bottom: 6px;
	height: auto !important;
	height: 40px;
	margin: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	/* width: 80%; */
	margin-top: 2em;

	/*IE min-height hack*/
	min-height: 40px;
	overflow: visible;
	padding: 15px 20px 15px 80px;
	position: relative;
	right: 6px;
	text-align: justify;
}

.note, .noteimportant, .notewarning, .notetip, .notehelp {
	/* IE5 hack */
	\margin: 0px 0px -3px 0px;
	ma\rgin: 0px 0px 0px 0px;
}

.note {	
	background-color: #F7F7F7;
	background-image: url(images/note.png);
}

.noteimportant {
	background-color: #FFC;
	background-image: url(images/important.png);
}

.notewarning {
	background-color: #FDD;
	background-image: url(images/warning.png);
}

.notetip {
	background-color: #E4F6F8;
	background-image: url(images/tip.png);
}

.notehelp {
	background-color: #D8F3C9;
	background-image: url(images/help.png);
}
