// JavaScript Document
function changeInputColor(id){
	document.getElementById(id).style. backgroundColor = '#999999';
}
