var tel = document.getElementById('tipa_wrap');
if(tel && tel.firstChild && tel.firstChild.style){
	tel.firstChild.style.marginTop = '0px';
}