// JavaScript Document


<!-- IE -->
if (navigator.appName == 'Microsoft Internet Explorer') {
	<!-- Mac -->
	if (navigator.appVersion.indexOf('Mac') != -1 ) {
		document.write( '<style>#search { position:relative; left:587; top:150;  width:210px; height:20px; }</style>');
	}
	<!-- PC -->
	else { document.write( '<style>#search { position:relative; left:587; top:157; width:210px; height:20px; }</style>'); }
	}
	<!-- NETSCAPE-->
else if (navigator.appName == 'Netscape')  { document.write( '<style>#search { position:relative; left:587; top:138; width:210px; height:25px; }</style>'); }   

