var el = document.getElementById('txtInloggenEmailHP');
if ((el!=null) && (el.value=='uw e-mailadres'))
{
	el.style.color = '#7B9ABA';
}
