/*
	cCMS Buttons
*/
.page-controls,
.elements-add,
.element-controls {
	border:1px solid #0000aa;
	background-color:#ccccff;
	font-size:0.85em;
	padding:2px;
	height:20px;
	margin-bottom:3px;
}
.editor .information {
	padding-left:3px;
	float:left;
}
.editor .buttons {
	display:inline;
}
.editor .buttons a {
	float:left;
}
.editor .buttons a.button-metadata,
.editor .buttons a.button-history,
.editor .buttons a.button-rss,
.editor .buttons a.button-down,
.editor .buttons a.button-up,
.editor .buttons a.button-visibility,
.editor .buttons a.button-delete {
	float:right;
}
.editor {
	clear:both;
}

.page-controls {
	background:#ffcccc;
	border:1px solid #aa0000;
}
.elements-add {
	margin-top:3px;
	background:#cccccc;
	border:1px solid #000000;
}
.editor .hidden {
	opacity:0.5;
	filter:alpha('opacity=50');
}
.element-group {
	border:1px solid #888;
	background-color:#F4F4F4;
	padding:5px 10px;
	margin:5px 0 10px 0;
}
.element-group .group-name {
	font-style:italic;
	color:#555;
	padding:0 0 7px 0;
	font-weight:bold;
}

#edit-form {
	width:95%;
	margin:5px auto;
}
#edit-form fieldset {
	border:1px solid #CCC;
	background-color:#F4F4F4;
	padding:10px;
}
#edit-form fieldset fieldset {
	margin:5px 20px 10px;
}
#edit-form .fm-field {
	margin:5px 0;
	clear:both;
}
#edit-form .fm-checkbox {
	display:block;
}
#edit-form .fm-options {
	padding:5px 0;
}
#edit-form .fm-footer {
	padding:10px 5px;
	text-align:center;
}
#edit-form .error {
	color:#CC0000;
}