function colored(){
	if(gicAmount == 'error'){
		document.getElementById('err_gicAmount1').style.backgroundColor = '#f1e5e5';
		document.getElementById('err_gicAmount2').style.backgroundColor = '#f1e5e5';
	}else{
		document.getElementById('err_gicAmount1').style.backgroundColor = '#f6f4ef';
		document.getElementById('err_gicAmount2').style.backgroundColor = '#f6f4ef';
	}
}
