@CHARSET "UTF-8";


/** Hibauzenetek **/

.messageNor,
.messageMsg,
.messageWarn,
.messageSec,
.messageErr {
	border: 1px solid black;
	background: white;
	padding: 6px;
	margin: 6px;
}

.messageNor h2,
.messageMsg h2,
.messageWarn h2,
.messageSec h2,
.messageErr h2 {
	font-size: 14px;
	margin-bottom: 1em;
	border-bottom: 1px solid;
}


.messageNor .textbox,
.messageMsg .textbox,
.messageWarn .textbox,
.messageSec .textbox,
.messageErr .textbox {
	padding-left: 38px;
	min-height: 40px;
	background-repeat: no-repeat;	
}

.messageNor {
	border-color: #B6B6B6;
	background-color: #EDEDED;
}
.messageNor .h2 {
	border-color: #B6B6B6;
}
.messageNor .textbox {
	background: url(icons/msg_msg.png);
}


.messageMsg {
	border-color: #8BE190;
	background-color: #CEF2D0;
}
.messageMsg .h2 {
	border-color: #8BE190;
}
.messageMsg .textbox {
	background: url(icons/msg_msg.png) no-repeat;
}


.messageWarn {
	border-color: #DCE18B;
	background-color: #F0F2CE;
}
.messageWarn .h2 {
	border-color: #DCE18B;
}
.messageWarn .textbox {
	background: url(icons/msg_warn.png) no-repeat;
}

.messageSec,
.messageErr {
	border-color: #E18F8B;
	background-color: #F2D0CE;
}
.messageSec .h2,
.messageErr .h2 {
	border-color: #E18F8B;
}
.messageSec .textbox,
.messageErr .textbox {
	background: url(icons/msg_err.png) no-repeat;
}




nl {
	list-style: none;
	}
	
.add_ico { background: url(icons/kezelo.png); background-repeat: no-repeat; background-position: 0px 0px; width: 11px; height: 14px; margin: 0px 2px 0px 3px; padding: 2px 0px 2px 0px; position: absolute; top: 0; right: 33px; display: block; }
