.noti {
	width: 600px;
	color: #333333;
	background-color: #EBEFE8;
	margin: 10px 0px 10px 0px;
}
.noti .notetext {
	background-image: url(/bitrix/templates/rp-net/images/noti_ok.gif);
	background-position: right;
	height: 26px;
	font-weight: bold;
	float: left;
	width: 97px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-color: #68855D;
	margin-right: 10px;
}
.noti .notetext div {
	padding: 4px;
}
.noti .errortext {
	background-image: url(/bitrix/templates/rp-net/images/noti_error.gif);
	background-position: right;
	height: 26px;
	font-weight: bold;
	float: left;
	width: 97px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-color: #86454C;
	margin-right: 10px;
}
.noti .errortext div {
	padding: 4px;
}
.noti_text {
	dispaly: block;
	padding: 4px 4px 4px 0px;
}
