
	/* --- FORMS -------------------------------------------- */

form .invalid {
	/*border-color: red;*/
	color: #900;
}

.marginForm fieldset {
	margin: 0;
	border: 1px solid #CCC;
	padding: 10px;
}
.marginForm fieldset.radio {
	margin: 0 0 0 -1em;
	border: 0 solid #FFFFFF;
}
.marginForm fieldset.radio input {
	position: static;
	clear: both;
	float: left;
}
.marginForm fieldset.radio label {
	position: relative;
	top: -1.25em;
	display: inline;
	width: auto;
	margin: 0 0 0 8em;
	font-weight: bold;
	font-weight: normal;
}
.marginForm fieldset.radio legend {
	float: left;
	font-weight: bold;
}
.marginForm input, .marginForm select, .marginForm textarea {
	width: 20em;
}
.marginForm select {
	width: 24em;
}

.marginForm textarea {
	height: 6em;
	width: 20em;
}
.marginForm input.button {
	clear: both;
	display: inline;
	margin-top: 10px;
	width: 6em;
}

.marginForm label {
	clear: both;
	float: left;
	display: block;
	width: 10em;
	margin-top: 5px;
}


	/* -- EditorForm ------------------------------------------- */
span.attention {
	color: red;
}

{
	background-color: #fff;
	margin-bottom: 5px;
}


.editorForm fieldset
{
	margin: 0;
	border: 1px solid #CCC;
	padding: 10px;
}

.editorForm fieldset legend {
	margin:0;
	padding:5px;
	color: #E96E24; /* Reset IE */
	font-weight:normal;
	font-size:120%;
}

.marginForm textarea {
	/*height: 4em;*/
	width: 30em;
}

.editorForm input.button {
	clear: both;
	display: block;
	width: 6em;
}

.xeditorForm textarea {
	height: 5em;
	width: 30em;
}

#content .editorForm input.wide {
	width: 29em;
	padding-left: 0;
}

.editorForm textarea#richEdit1, 
.editorForm textarea#richEdit2,
.editorForm textarea#richEdit3 {
	width: 520px;
	height: 300px;
}

.editorForm .mceEditor {

}

.editorForm .errors {
	color: red;
	margin: 0 0 15px 40px;
}


.mceToolbarTop img {
	float: none;
	border: 0;
}

.mceToolbarTop select {
	display: inline;
	width: auto;
	position: static;
}
