function ClearLoginBackground(id) {
	document.getElementById(id).style.background = "#ffffff";	
}