body {
	font-size:0.9em;
	/*margin: 8px;*/
}

h1 {
	clear:both;
	padding: 1em 0.5em;
	font-size: 1.6em;
}

legend {
	font-size: 1.3em;
}

#mform1 fieldset {
	margin-top: 2em;
	border: 2px solid silver;
	/*background: #E3E4FA;*/
}

h1, legend {
	font-family: Helvetica, Arial, san-serif;
	color: #000;
}

legend {
	/*background:#FAF8CC;
		border:#ccc solid 1px;*/
	padding:3px 10px;
}
/*.popup {
	display:none;
	background-color:#eeeeee;
	border:3px solid silver; 
	padding:10px;
	width:350px;
	margin-left:auto;
	margin-right:auto;
	margin-top:1.5em;
}*/

.popup {
	display:none;
	background-color:white;
/*	border:1px dotted black; */
	z-index:60; 
	padding:10px;
	position: absolute;
	width:250px;
}

/*.popup p label {
	display: inline-block;
	width: 70px;
}

input.popupvalue {
	margin-left: 3em;
	width: 200px;
}*/

#itemControls {
	float:left;
	display:none;
	margin-left:5px;
}

#id_items {
	float:left;
	width:15em;
}

#collectioncontrols input{
	width:30px;
}

#id_remove {
	margin-top:7px;
}

#categorygroup .fgroup
{
	overflow:auto;
/*	height:100px;*/
}

#categorygroup .fgroup span
{
	width:10em;
	float:left;
}

#categorygroup .fgroup span input
{
	float:left;
	display:block;
}

div.felement.ftext dl dt {
	clear: both;
	float: left;
	width: 110px;
}

div.felement.ftext dl dt, div.felement.ftext dl dd {
	height:  45px;
}

label.error{display:none;}

.black{color: black;}
.mform fieldset.sub-fieldset {
	width: 90%;
	margin-top:1em;
	margin-left:5%;
	margin-right: auto;
}

.terms { 
	margin-left: auto;
	margin-right: auto;
}

.terms p {
	display: inline;
	font-size: 0.8em;
}

.black {
	color: #333;
}

#TB_ajaxContent label {
	display: inline-block;
	width: 5em;
}

.required-field {
	color: #f00;
}

.copy-text{
	margin: 0 1.5em;
	padding:1em;
	background-color: #ffffcc;
}

.copy-text p{
	margin-bottom: 1em;
}

.example {
	font-size: 0.85em;
	color: #666;
}
