document.writeln("<style>");
  	if(document.layers)
  	{
  	}
  	else
  	{
  	document.writeln(".search{ font:10px Verdana, Arial, Helvetica, Geneva, sans-serif;color:#000000;width:150;height:17;border-color:#ffffff;border-width:1px;border-style:Solid;background-color:#f2f2f2; }");
    document.writeln(".name    { font:10px Verdana, Arial, Helvetica, Geneva, sans-serif;color:#000000;width:150;height:17;border-color:#ffffff;border-width:1px;border-style:Solid;background-color:#f2f2f2; }");
    document.writeln(".contact    { font:10px ms sans serif,arial,helvetica; width:315; height:120; border-width:1px; border-style:solid; }");
    document.writeln(".send   { font:10px Verdana, Arial, Helvetica, Geneva, sans-serif; width:70; height:17; }");
	}
document.writeln("</style>");

	function chgBg(obj,color){
  	if (document.all || document.getElementById)
 	obj.style.backgroundColor=color;
	else if (document.layers)
	obj.bgColor=color;
	}
	
	
	
	


