@import url('https://fonts.googleapis.com/css2?family=Nunito&family=Roboto&display=swap');
.default_alert_popoup{
	background-color: #ffffff;
	filter            : alpha(opacity=95);
   -moz-opacity      : .95;
   opacity           : .95;
}

.default_alert_text{
	background-color : #ffffff;
	color            : #000000;
	font-family     : 'Nunito', 'Roboto', 'Arial';
	font-size		: 12.5px;
	font-weight     : normal;
	filter            : alpha(opacity=90);
    -moz-opacity      : .90;
    opacity           : .90;
    border         : none;
}

.default_alert_error {
	background : transparent url('bin/error.png') no-repeat;
}

.default_alert_ask {
	background : transparent url('bin/ask.png') no-repeat;
}

.default_alert_warning {
	background : transparent url('bin/warning.png') no-repeat;
}