/* GENERAL STYLES */
/* Form */
#content .AutoFormPlus{
	font-size: 1em;
}

#content .AutoFormPlus fieldset{
	border: 0 none;
	padding: 0;
	margin: 0;
}

#content .AutoFormPlus fieldset ul{
	padding: 0;
	margin: 0;
}

#content .AutoFormPlus fieldset ul li{
	width: 20em;
	background: none;
	padding: 0;
	margin: 0.75em 0 0.25em 0;
	list-style: none;
}

#content .AutoFormPlus fieldset legend{
	display:none;
}

#content .AutoFormPlus fieldset label{
	width: 20em;

}

#content .AutoFormPlus fieldset label em{
	color: #FF0000;
}

#content .AutoFormPlus fieldset input.umbEditorTextField,
#content .AutoFormPlus fieldset textarea{
	font-family: Verdana, Helvetica, sans-serif;
	width: 20em;
	margin-bottom: 0.75em;
	background-color: #D3C0D3;
	border: none;
	padding: 0.5em;
}

#content .AutoFormPlus input.button{
	padding: 0.3em 1.75em;
	background-color: #D3C0D3;
	margin-left: 12.5em;
	border: none;
}

#content .AutoFormPlus fieldset textarea{
	height: 5em;
}

/* EDITOR PROPERTIES */
