.icon-banned {
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: url("./images/icon_banneduser.gif");
}

.rtl .icon-banned {
	background-position: 100% 50%;
}

.div_avert {
        margin: 8px auto;
        padding: 2px 0;
/*      min-height: 18px; */
        height:auto;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
}
.span_avert {
        /* padding-left: 10px; */
		font-family: 'Scada';
        font-size: 9pt;
}

.error_div {
/*        background-image: url("./images/error.png");
        background-position: 4px 4px;
        background-repeat: no-repeat;*/
        background-color: #ffe8d4;
        border: 1px solid #ffbb66;
		color: #6b0000;
		text-align: center;
}
.warn_div {
        background-image: url("./images/warning.png");
        background-position: 4px 4px;
        background-repeat: no-repeat;
        background-color: #c2f2b3;
        border: 2px solid #3cb371;
}