/* Applied to mail forms */
.mailform {
 width: 400px;
}

/* Field name in mail forms */
.fieldname {
 padding: 12px 5px 5px 5px;
}

/* Required field name in mail forms */
.requiredfieldname {
 padding: 12px 5px 5px 5px;
 font-weight: bold;
}

/* Applied to the DIV that contains fields in mail form */
.formfields {
 padding-left: 10%;
 padding-right: 10%;
}

/* Applied to the DIV that contains buttons in mail form */
.fieldbuttons {
 padding-top: 1em;
 padding-bottom: 2em;
 text-align: center;
}

/* A file included by the "Include" module ... */
.includeitem {
 border-left: 1px dotted silver;
 margin: 0.5em;
 padding-left: 0.5em;
}

/* ... its title, ... */
.includetitle {
 font-weight: bold;
}

/* ... its date ... */
.includedate {
 text-align: right;
 font-style: italic;
}

/* ... and its text */
.includetext {
 padding: 0.5em;
}

/* Editing table */
table.meshcmseditor {
 border-top: 1px dotted silver;
 border-left: 1px dotted silver;
}

table.meshcmseditor th, table.meshcmseditor td {
 padding: 2px;
 border-right: 1px dotted silver;
 border-bottom: 1px dotted silver;
}

table.meshcmseditor th {
 text-align: center;
}

/* Editing DIVs */
div.meshcmseditor {
 padding: 1em;
 border: 1px dotted silver;
 margin-bottom: 1em;
}

div.meshcmsfieldlabel {
 border-bottom: 1px dotted silver;
 margin-top: 0.8em;
 margin-bottom: 0.2em;
}

div.meshcmsfield {
 white-space: nowrap;
}

div.meshcmscheckbox {
 margin: 1em 0 0 1em;
}

div.meshcmsbuttons {
 margin-top: 0.8em;
 border-top: 1px dotted silver;
 padding-top: 0.2em;
 text-align: center;
}

fieldset.meshcmseditor {
 margin: 0 0.5em 1em 0.5em;
 padding: 0.2em 1em 1em 1em;
}

fieldset.meshcmseditor legend {
 margin-bottom: 1em;
}
