
function hideInputBg(field)
{
	ipField = document.getElementById(field);
	ipField.style.background = "#fff";
}
