

div.pluginerror { background-color: crimson; color: black; }

textarea.plugininput { height: 16px; 	color: black;}
textarea.plugininput:focus, .plugininputmax { height: 48px; 	color: black;}

textarea.plugintextarea {
  width: 400px;
  height: 300px;
  color: black;
}

div.pluginedit, div.plugintext {
	border: 1px solid #828177;
	padding: 4px 4px 4px 4px;
	background-color: buttonface;
		color: black;
}

form.plugineditform {}

div.plugineditcaption { font-size: 14px; font-weight: bold; color: black;}

table.pluginedittable {
	width: 100%;
}
table.pluginedittable td {
	border: 1px solid #828177;
	padding: 4px 4px 4px 4px;
	vertical-align: top;
	font-size: 12px;
	font-family: tahoma, verdana, arial;
	color: black;
}

.pluginedittable td.plugincfcap, pluginedittable td.plugincfhint { padding-top: 12px; color: black;}
.pluginedittable td.plugincfcap { font-weight: bold; 	color: black;}

table.pluginedittable td.plugincf {	color: black;}