		TagStyle = "<style type\=\"text\/css\">";
		TagStyle += ".CampoForm {background-color: #949DFF; ";
		if (navigator.appName != "Microsoft Internet Explorer") 
		{
		  TagStyle += "}";
		}
		else 
		{
TagStyle += "border: #000000; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}";
		}
		TagStyle += "</style>";
		//return TagStyle;
		document.write(TagStyle);