if (document.getElementById) {prohlizec=3};
if (document.all) {prohlizec=1};
if(navigator.userAgent.indexOf("Opera")!=-1){prohlizec=0};
if((prohlizec==1)||(prohlizec==3)){
  var sCSS='<style type="text/css"><!--';
  sCSS+='.input {font-size:11px; font-family:"arial ce",arial,"helvetica ce",helvetica; border:1px black solid; width:105px; height:20px;}';
	sCSS=sCSS+"--></style>";
	document.write(sCSS);
	document.close();
}

