if (window.opera  || window.devicePixelRatio )
	{
	opFix();
	}
	
function opFix()
	{
	var m;
	if (document.getElementById("m"))	
		{
		document.getElementById("m").style.borderBottom='1px solid #CCCCCC';	
 
		
		}
	else 
		{setTimeout('opFix()',100 );}
	}
