.markItUp textarea {
	display: block;
	font: normal 12px arial;
}

/**
 * Additional fieldset and form classes:
 *   no-borders    Do not draw fieldset borders
 *   no-stripes    Do not draw separators between elements
 *   labels-right  Align labels to the right edge
 */

.autoform fieldset {
	border: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
.autoform fieldset:first-child {
	margin-top: 0;
}
.autoform fieldset:last-child {
	margin-bottom: 0;
}

.autoform.no-borders fieldset,
.autoform fieldset.no-borders {
	border-style: none;
}

.autoform fieldset > legend {
	color: #666;
	padding: .3em;
	margin: 0;
}

.autoform fieldset > ol > li > label {
	display: -moz-inline-stack; /* FF2 inline-block */
	display: inline-block;
	line-height: 1.7em;
	vertical-align: top;
	width: 120px;
	white-space: normal;
	/* IE7 inline-block */
    zoom: 1;
    *display: inline;
}

.autoform fieldset > ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.autoform fieldset > ol > li {
	border-top: 1px dotted #ccc;
	margin: 0;
	padding: .5em;
	padding-left: 10px;
	white-space: nowrap;
}

.autoform fieldset.no-borders > ol > li {
	padding-left: 0;
}

.autoform .html-field > span {
	white-space: normal !important;
	display: inline-block;
}

.autoform fieldset ol > li:first-child,
.autoform fieldset ol > li.autoform-grouped,
.autoform.no-stripes fieldset > ol > li,
.autoform fieldset.no-stripes ol > li {
	border-top-style: none;
}

.autoform-element, .autoform-element-inner {
	display: -moz-inline-stack; /* FF2 inline-block */
	display: inline-block;
	vertical-align: top;
	/* IE7 inline-block */
    zoom: 1;
    *display: inline;
}

.autoform fieldset > ol > li input, .autoform fieldset > ol > li select {
	padding: 5px;
}
.autoform fieldset > ol > li input[type=checkbox] {
	vertical-align: baseline;
}

.autoform fieldset > ol > li input[type=checkbox] + label {
	user-select: none; -moz-user-select: none; -o-user-select: none; -webkit-user-select: none;
}

.autoform fieldset > ol > li > label > em {
	color: #e33;
	font-style: normal;
}

.autoform fieldset > ol > li > label > sup {
	cursor: help;
}

.autoform.labels-right fieldset > ol > li > label,
.autoform fieldset.labels-right > ol > li > label {
	text-align: right;
	padding-right: .5em;
}

.autoform-content-left,
.autoform-content-top,
.autoform-content-right,
.autoform-content-bottom {
	color: #999;
	font-size: .8em;
	line-height: 1.7em;
	margin: 3px;
	vertical-align: top;
}
.autoform-content-top,
.autoform-content-bottom {
	text-align: center;
}
.autoform-content-left,
.autoform-content-right {
	display: inline;
	font-size: 1em;
}
.autoform-content-bottom {
	clear: both;
}

.autoform-element-errors {
	display: block;
	font-size: .9em;
	list-style: none inside;
	margin: 0;
	padding: 0;
	white-space: normal;
}

.autoform-errors,
.autoform-warnings {
	font-size: .9em;
	list-style: none inside;
	padding: .25em .25em .25em .75em;
	margin: 0 0 .5em;
}
.autoform-element-errors li,
.autoform-errors li,
.autoform-warnings li {
	margin: 0;
	padding: 3px 0 0;
}
.autoform-element-errors li {
	*padding-right: 0 !important; /* IE-7 hack */
}
.autoform-errors {
	background-color: #ffebe8;
	border: 1px solid #dd3c10;
}
.autoform-element-errors > li > label:hover,
.autoform-errors > li > label:hover {
	border-bottom: 1px dotted #dd3c10;
	padding-bottom: -1px;
}
.autoform-element-errors li,
.autoform-errors li {
	color: #dd3c10;
}
.autoform-warnings li label:hover {
	border-bottom: 1px dotted #dd3c10;
	padding-bottom: -1px;
}
.autoform-warnings {
	background-color: #fff9d7;
	border: 1px solid #e2c822;
}
.autoform-element-errors:first-child,
.autoform-errors:first-child,
.autoform-warnings:first-child {
	margin-top: 0;
}
.autoform-warnings li {
	color: #e2c822;
}
.autoform-element-errors li:before,
.autoform-errors li:before,
.autoform-warnings li:before {
	content: '-';
	margin-left: -1ex;
	margin-right: 1ex;
}
.autoform-element-errors li:after,
.autoform-errors li:after,
.autoform-warnings li:after {
	content: ';'
}
.autoform-element-errors li:last-child:after,
.autoform-errors li:last-child:after,
.autoform-warnings li:last-child:after {
	content: '.'
}
.autoform-warnings li label:hover {
	border-bottom: 1px dotted #e2c822;
	padding-bottom: -1px;
}
.autoform-element-errors li label,
.autoform-errors li label,
.autoform-warnings li label {
	cursor: pointer;
}

/* Batch mode */

.autoform table {
	border-spacing: 0;
}
.autoform table td,
.autoform table th {
	padding: .2em .4em;
	vertical-align: top;
}
.autoform table th {
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}
.autoform table th em {
	color: #e33;
	font-style: normal;
}
.autoform table th sup {
	cursor: help;
}

/* Local Variables:    */
/* tab-width: 4	       */
/* indent-tabs-mode: t */
/* End:                */
