h5 {
  font: 9px Verdana, sans-serif;
  margin: -5px 0px;
  border-top: 1px dotted #CCCCCC;
}

.history_date_schedule {
  color: #949292;
}

.schedule_status {
  font-weight: normal;
}

.schedule_status_red {
  color: #FF3333;
  float: right;
}


.editor_schema form {
	margin: 15px 0;
	clear:both;
	font-size:<xsl:value-of select="$form-font-size"/>;
}
.editor_schema form fieldset {
	padding: 0 10px 5px 10px;
	border:1px solid <xsl:value-of select="$separator-color"/>;
}
.editor_schema form p {
	margin: 5px 0 8px 0;
}
.editor_schema form legend {
	color: <xsl:value-of select="$font-color"/>;
	font-weight: bold;
	padding: 0 8px 0 0;
}

.editor_schema form label.block,.editor_schema form label .block {
	display: block;
	margin-bottom: 2px;
	margin-right: 20px;
}
.editor_schema form input.block{
	display: block;
	margin-bottom: 8px;
	margin-right: 20px;

}
.editor_schema form select, .editor_schema form .default /* .default used for standard text input */ {
	width: 200px;
}

.editor_schema form textarea {
	width: 320px;
	height: 200px;

}
.editor_schema form textarea.small {
	height: 80px;
}
.editor_schema form input {
	clear:both;
}
.editor_schema form input.small{
	width: 80px;
}
.editor_schema form input.wide {
	width: 320px;
}
.editor_schema form select {
	margin-bottom: 8px;
}
.editor_schema form input.file {
	margin-left: 0px;
	margin-bottom: 8px;
}
.editor_schema form input.checkbox {
	margin-left: 10px;
}
.editor_schema form input.button.submit {
x	cursor: pointer;
	margin-right: 10px;

}
.editor_schema form input.button.reset {
x	cursor: pointer;

}

/* error-messages */
.editor_schema h3.error-messages {
	font-size: <xsl:value-of select="$font-size"/>;
	color: <xsl:value-of select="$error-color"/>;
}
.editor_schema ul.error-messages{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.editor_schema ul.error-messages li {
	padding: 4px 0;
	color: <xsl:value-of select="$error-color"/>;
}
.editor_schema ul.error-messages li a:link, .editor_schema ul.error-messages li a:visited {
	color: <xsl:value-of select="$error-color"/>;
}

.editor_schema span.error-item {
	padding-left: 4px;
	font-weight: normal;
	color: <xsl:value-of select="$error-color"/>;
}
