label input, 
label select {
	display: block;
	width: auto;
}
 fieldset {
	display: block;
	font-weight: bold;
	margin: 5px;
	padding: 1em;
	color: #8A7575;
	float: left;
	border: 1px solid #D0C8C8;
	font-size: 11px;
	font-family: Trebuchet MS, Verdana, Tahoma, sans-serif;
}
fieldset {
	/*width: 700px;*/
	font-size: 12px;
	padding: 0.5em 1em 1em 1em;
}

fieldset div fieldset {
	width: 505px;
	margin: 0;
	margin-bottom: 1em;
}

fieldset legend {
	margin: 0;
	padding: 0 0.5em;
	font-family: Trebuchet MS, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #993333;
	
}
fieldset label {
	width: auto;
	margin: 0 1em 0.5em 0;
	padding: 0;
	border: 0;
	cursor:pointer;
}
fieldset h4 {
	margin: 0 0 1em 0;
	color: #993333;
	font-size: 12px;
}



/* Sortable Lists */
fieldset.sortable {
	float: left;
	width: 44%;
}

fieldset.current_users {
	margin-right: 10px;
}

fieldset.preview {
	width: 400px;
	font-size: 12px;
	padding: 0.5em 1em 1em 1em;
}

fieldset.preview td input {
	width: auto;
}
fieldset.preview td  {
	font-weight: normal;
	padding: 0.33em 0.66em;
}
fieldset.preview th  {
	font-weight: bold;
	padding: 0.33em 0.66em;
}
fieldset.preview ul {
	list-style-type: none;
	padding: 0;
}
fieldset.preview ul li {
	display: block;
	float: none;
	line-height: 2em;
}
fieldset.preview label{
	float: none;
	display: inline;
	margin-left: 1em;
	cursor: pointer;
}
fieldset.preview select,
fieldset.preview option {
	width: auto;
	height: auto;
}


fieldset legend span {
	color: #B9ACAC;
}


fieldset input.numeric {
	width: 2em;
	text-align: right;
	margin-right: 0.5em;
}
