/* FORM ELEMENTS */
.editor_schema form {
margin: 15px 0;
}
.editor_schema form fieldset {
padding: 0 10px 5px 10px;
}
.editor_schema form p {
margin: 5px 0 8px 0;
}
.editor_schema form legend {
color: #000;
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 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
{
cursor: hand;
margin-right: 10px;
}

.editor_schema form input.button.reset
{
cursor: hand;
}

/* error-messages */
.editor_schema h3.error-messages
{
  font-size: 12px;
  color: #be0000;
}

.editor_schema ul.error-messages
{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.editor_schema ul.error-messages li
{
  padding: 4px 0;
  color: #be0000;
}

.editor_schema ul.error-messages li a:link,
.editor_schema ul.error-messages li a:visited
{
  color: #be0000;
}

.editor_schema span.error-item
{
  padding-left: 4px;
  font-weight: normal;
  color: #be0000;
}<!-- Stylesheet edited using Stylus Studio - (c)1998-2004. Sonic Software Corporation. All rights reserved. -->
