function clickPayMethod3(p){    
	if (p) {		
		var tmpobj = document.getElementById( "szamlaszamName3_div" );
		tmpobj.style.fontWeight = 'Normal';
		tmpobj.style.color = '#B8C0C7';
		var tmpobj = document.getElementById( "szamlaszaminputName3_div" );
		tmpobj.style.fontWeight = 'Normal';
		tmpobj.style.color = '#B8C0C7';
		tmpobj.style.backgroundColor = '#EBEBEB';
		tmpobj.style.border = 'solid 1px #DDE0E3';
	} else {
		var tmpobj = document.getElementById( "szamlaszamName3_div" );
		tmpobj.style.fontWeight = 'Bold';
		tmpobj.style.color = '#474D54';
		var tmpobj = document.getElementById( "szamlaszaminputName3_div" );
		tmpobj.style.fontWeight = 'Normal';
		tmpobj.style.color = '#474D54';
		tmpobj.style.backgroundColor = '#FFFFFF';
		tmpobj.style.border = 'solid 1px #474D54';
	}
}
