//form style
function focusColor(i){
	i.style.backgroundColor='#ffffff';
}
function blurColor(i){
	i.style.backgroundColor='#e5e5e5';
}

