.nt_info {
	width: auto;
	margin-top: 3px;
	margin-right: 5%;
	margin-bottom: 3px;
	margin-left: 5%;
	background-color: #EAEAFF;
	background-image: url(images/nt_info.png);
	padding-right: 10px;
	padding-left: 52px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #373737;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00F;
	border-right-color: #00F;
	border-bottom-color: #00F;
	border-left-color: #00F;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}

.nt_warn {
	width: auto;
	margin-top: 3px;
	margin-right: 5%;
	margin-bottom: 3px;
	margin-left: 5%;
	background-color: #FFEAEA;
	background-image: url(images/nt_warning.png);
	padding-right: 10px;
	padding-left: 52px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #373737;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}

.nt_impo {
	width: auto;
	margin-top: 3px;
	margin-right: 5%;
	margin-bottom: 3px;
	margin-left: 5%;
	background-color: #FFF7EA;
	background-image: url(images/nt_important.png);
	padding-right: 10px;
	padding-left: 52px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #373737;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F90;
	border-right-color: #F90;
	border-bottom-color: #F90;
	border-left-color: #F90;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}

