form.admin {
	margin: 0;
	padding: 5px 0 5px 0;
}

/* RTE switch */
a.rte_mode {
	display: block;
	border: solid 1px #adbbda;
	height: 2em;
	text-decoration: none;
	color: #fff;
	margin: 0;
	padding: 1px 2px 0 1px;
	background-color: #adbbda;
}
a.rte_mode:hover {
	border: solid 1px #fcc;
	color: #f00;
	background-color: #eee;
}

.rte_preview
{
	padding: 5px;
	min-height: 350px;
}

textarea {
	font-family: "Trebuchet MS",Tahoma,"MS Sans Serif", sans-serif;
}
textarea.editor {
	width: 99%;
	height: 350px;
	ffont-size: 0.8em;
}

input.wide
{
	float: right;
	margin: 5px;
	wwidth: 99%;
}


/* pictures */
div.pictures
{
	margin:4px 0;
	padding: 5px 2px 0 3px;
	clear: right;
	wwidth: 98%;
	ffloat: left;
	bbackground-color: #eee;
	border-top: solid 1px #ccc;
}
div.pictures a.thumb {
	margin: 0 0 0 -22px;
}
div.pictures a.thumb img {
	border: solid 1px #fff;
}
div.pictures input.del {
	vertical-align: baseline;
	margin: 0;
}

span.nobr {
	white-space: nowrap;
}

