/*
CSS, part of
W0rst notice | By PolarFox aka Psc | http://unlogic.info | Build: 1+
*/
.nt_element {
    background-attachment: scroll;
    background-position: 10px center;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    clear: both;
    margin: 3px;
    min-height: 15px;
    padding: 10px 10px 10px 52px;
    width: auto;
}

.nt_info {
	background-color: #EAEAFF;
	background-image: url(nt_info.png);
	color: #373737;
	border-color: #00F;
}

.nt_warn {
	background-color: #FFEAEA;
	background-image: url(nt_warning.png);
	color: #373737;
	border-color: #F00;
}

.nt_impo {
	background-color: #FFF7EA;
	background-image: url(nt_important.png);
	color: #373737;
	border-color: #F90;
}