div.pluginerror {
	font-family: arial, sans-serif;
	font-size: 14px;
	text-align: center;
	border: 3px solid #000;
	background-color: #fc0;
	color: #000;
	padding: 4px 6px;
	margin: 6px 0 0 0;
}

textarea.plugininput {
	font-family: arial, sans-serif;
	font-size: 14px;
	background: #eee;
	color: #555;
	border: 1px solid;
	height: 50px;
	padding: 4px;
}

textarea.plugininput:focus,.plugininputmax {
	font-family: arial, sans-serif;
	font-size: 14px;
	background: #eee;
	color: #555;
	border: 1px solid;
	height: 50px;
	padding: 4px;
}

textarea.plugintextarea {
	font-family: 'courier new', serif;
	width: 99%;
	height: 300px;
	padding: 0 !important;
}

div.pluginedit,div.plugintext {
	border: 0px solid #828177;
	padding: 4px 0;
}

form.plugineditform {
	
}

div.plugineditcaption {
	font-family: arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 4px;
}

table.pluginedittable {
	width: 100%;
	border: 0;
}

table.pluginedittable td {
	border: 0px solid #828177;
	padding: 4px 4px 4px 4px;
	vertical-align: top;
	font-size: 14px;
	font-family: arial, sans-serif;
}

.pluginedittable td.plugincfcap,pluginedittable td.plugincfhint {
	font-size: 15px;
	border-top: 1px solid;
	padding-top: 6px;
}

.pluginedittable td.plugincfcap {
	font-weight: bold;
}

table.pluginedittable td.plugincf {
	
}
/**
 * Tooltips, if hint-texts are used within a plugin 
 * e.g.: $plugin_tx['PluginName']['cf_var_name']='hint';
 * Will display a span, when hovering var_name.
 */
a.pl_tooltip,
a.pl_tooltip:link,
a.pl_tooltip:visited,
a.pl_tooltip:active {
	position: relative;
	text-decoration: none;
	font-weight: normal;
	border: 0;
}

a.pl_tooltip:hover {
/* IE needs some change for the a:hover	to handle the a:hover span */
background-color: transparent;
}

a.pl_tooltip span {
	display: none;
}

a.pl_tooltip span p {
    width: auto !important;
}

a.pl_tooltip:hover span {
	display: block;
	position: absolute;
	top: 15px;
	left: 15px;
	width: 300px;
	z-index: 10;
	border: 1px dotted;
	padding: 2px 10px 2px 10px;
	background: #EEEEEE;
	color: #333;
	text-align: left;
}
a.pl_tooltip img {
	border: 0;
}

img.helpicon {background: none;}
