
.ico-arrow-left-blank {
	background-image: url('png/arrow-left-blank.png');
	background-repeat: no-repeat;
}



.ico-arrow-left-slate {
	background-image: url('png/arrow-left-slate.png');
	background-repeat: no-repeat;
}



.ico-arrow-right-blank {
	background-image: url('png/arrow-right-blank.png');
	background-repeat: no-repeat;
}



.ico-arrow-right-slate {
	background-image: url('png/arrow-right-slate.png');
	background-repeat: no-repeat;
}



.ico-error-error {
	background-image: url('png/error-error.png');
	background-repeat: no-repeat;
}



.ico-success-success {
	background-image: url('png/success-success.png');
	background-repeat: no-repeat;
}



.ico-test {
	background-image: url('png/test.png');
	background-repeat: no-repeat;
}



.ico-warning-warning {
	background-image: url('png/warning-warning.png');
	background-repeat: no-repeat;
}


