fieldset {
	border: 0;
	margin: 2em 0 0;
	padding: 0;
}

fieldset:first-child {
	margin-top: 0;	
}

fieldset.submit {
	margin-bottom: 1em;
	margin-top: 0.5em;
}

form ol {
	margin-left: 0;	
}

form ol li {
	list-style-type: none;	
}

ol.errors li {
	font-weight: bold;
	color: #660000;
	margin-left: 140px;
	padding-left: 4px;
}

form label {
	width: 140px;
	float: left;
	padding-right: 4px;
	padding-top: 4px;
	text-align: right;
}

form label.radio_label {
	width: auto;
	padding-top: 0;
}

label.required {
	font-weight: bold;
}

.clear {
	clear: both;
}

textarea#content_raw {
	height: 240px;
}

input.small
{
	width: 5em;	
}

.span-17 textarea,
.span-17 input.wide
{
	width: 460px;
}

.span-20 textarea,
.span-20 input.wide
{
	width: 560px;
}

ol.formerror li 
{
	vertical-align: super;
	background-position: 0 0.11em;
	padding-left: 21px;
	line-height: 1.5em;
	list-style-type: none;
	color: #660000;
	background-image: url('/assets/icons/silk/exclamation.png');
	background-repeat: no-repeat;
}

ul.errors {
	padding-left: 144px;
	margin-left: 0;	
}

label.has_errors::before {
	content: url('/assets/smileys/base/icon_sad.gif');
	padding-right: 5px;
}

form ol li {
	clear: both;
	margin: 8px auto;
}

form ol li.form-element-hidden {
	display: none;
}

form ol li.inverted {
	 margin-left: 140px;
}

form ol li.inverted label {
	float: none;	
}

fieldset.submit {
	padding-left: 144px;
}

p.form-description {
	display: inline;
}

form p.minor-link {
	padding-left: 144px;	
}

p.form-input-ajax-link {
	cursor: pointer;
	display: inline-block;
	padding-left: 5px;
	font-weight: bold;
}

form div.color_picker {
	margin-left: 150px;
	top: 5px;
	position: relative;	
}
