
	option[value=en]:before{
		content : "____";
		background-image: url(../images/flag_en.png);
		background-repeat: no-repeat;
	}
	option[value=fr]:before{
		background-image: url(../images/flag_fr.png);
		content : "____";
		background-repeat: no-repeat;
	}
	option[value=nl]:before{
		background-image: url(../images/flag_nl.png);
		content : "____";
		background-repeat: no-repeat;
	}
	option[value=de]:before{
		content : "____";
		background-image: url(../images/flag_de.png);
		background-repeat: no-repeat;
	}
	option[value=es]:before{
		background-image: url(../images/flag_es.png);
		content : "____";
		background-repeat: no-repeat;
	}
	option[value=pt]:before{
		background-image: url(../images/flag_pt.png);
		content : "____";
		background-repeat: no-repeat;
	}
	option[value=it]:before{
		content : "____";
		background-image: url(../images/flag_it.png);
		background-repeat: no-repeat;
	}
	option[value=pl]:before{
		background-image: url(../images/flag_pl.png);
		content : "____";
		background-repeat: no-repeat;
	}
	option[value=se]:before{
		background-image: url(../images/flag_se.png);
		content : "____";
		background-repeat: no-repeat;
	}
	option[value=gr]:before{
		content : "____";
		background-image: url(../images/flag_gr.png);
		background-repeat: no-repeat;
	}
	option[value=sk]:before{
		background-image: url(../images/flag_sk.png);
		content : "____";
		background-repeat: no-repeat;
	}

	