#form_tinyMCE {
	margin-top: 2px;
	width: 850px;
	padding: 2px;
	background-color: AliceBlue;
	border-radius: 10px;
	border: 1px solid LightSteelBlue;
	font-size: 10pt;
}

#form_tinyMCE h3 {
	text-align: center;
	font-size: 1.2em;
	margin: 0.4em 10% 0;
	padding: 5px;
	background-color: LightSteelBlue;
	border: 3px inset LightSteelBlue;
	border-radius: 10px;
}

#form_tinyMCE hr {
	height: 0;
	visibility: hidden;
	clear: both;
}

#form_tinyMCE p {
	margin: 5px 0;
}

#form_tinyMCE label {
	display: inline-block;
	width: 280px;
	text-align: right;
}
#form_tinyMCE label.large {
	width: 100%;
	padding-left: 5px;
	text-align: left;
}
#form_tinyMCE p.profils span {
	display: inline-block;
}
div.profils p:first-child span, div.profils input[type=checkbox] {
	width: 28px;
	text-align: center;
}

/* config-extended.php */

#tinymcePlugins div, #tinymceOptions div {
	width: 33%;
	float: left;
	margin-left: 0.25%;
}

#tinymcePlugins label {
	width: 90px;
	margin-left: 4px;
}
#tinymcePlugins label:hover {
	background-color: Powderblue;
	cursor: pointer;
}
#form_tinyMCE .default-plugin {
	color: blue;
	font-weight: bold;
}

#tinymcePlugins div p:nth-child(2n+2):hover {
	background-color: LightSteelBlue;
}

#tinymcePlugins p:nth-child(4n) {
	background-color: PowderBlue;
}

#tinymcePlugins input[type=button] {
	width: 1.5em;
	margin: 0;
}
#tinymcePlugins p:nth-child(2n+1) {
	display: none;
}
#tinymcePlugins p:nth-child(2n+1) span {
	display: block;
	text-align: justify;
}

#tinymcePlugins p:first-child {
	display: block;
	border-bottom: 1px solid LightSteelBlue;
}
#tinymcePlugins p:first-child span {
	display: inline-block;
}

#tinymcePlugins div p:first-child span:hover {
	background-color: LightSteelBlue;
	cursor: pointer;
}
#tinymcePlugins p.helpShow {
	display: block;
	margin: 5px;
	padding: 2px 5px;
	background-color: Snow;
	border: 1px solid LightSteelBlue;
}
#tinymcePlugins code {
	display: block;
	margin-bottom: 5px;
	padding: 5px;
	background-color: Beige;
	border: 2px inset LightGray;
}

#tinymcePlugins p.vertical {
	display: block;
}

#tinymcePlugins sup {
	line-height: 0.4em;
	margin-left: 0.4em;
	margin-right: 0;
}
#select-plugins {
	margin-left: 20px;
}
#select-plugins input[type=button] {
	width: 80px; margin: 0 2px;
}

#tinymceOptions label {
	width: 180px;
	height: 1.3em;
	margin: 0 10px;
	text-align: left;
	padding: 0.3em 5px 0 5px;
}
#plugins-manual, #select-plugins {
	text-align: center;
}
