/* Entire mail form. Be very explicit with sizes to avoid IE6 textfield bug. */
.mailform {
 font-size: 10px;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: #666666; 
 width: 80%;
 text-align:left;
 /* removed again due to issues with IE6 and 7
 padding-left: 10%;
 padding-right: 10%;
 */
}

/* Field name in mail forms */
.fieldname {
 font-size: 10px;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: #666666; 
 padding: 12px 5px 5px 5px;
 text-align:left;
}

/* Required field name in mail forms */
.requiredfieldname {
 font-size: 10px;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: #666666;
 padding: 12px 5px 5px 5px;
 font-weight: bold;
 text-align:left;
}

/* Applied to the fields in mail form */
.formfields {
 font-size: 10px;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: #666666;
 width: 100%;
 text-align:left;
}

/* Applied to the DIV that contains buttons in mail form */
.fieldbuttons {
 font-size: 10px;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: #666666;
 padding-top: 1em;
 padding-bottom: 2em;
 text-align: center;
}

/* A file included by the "Include" module ... */
.includeitem {
 font-size: 12px;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: #666666;
 border-left: 0px dotted silver;
 margin: 0.5em;
 margin-left: 0px; 
 padding-left: 0em;
}

/* ... its title, ... */
.includetitle {
 font-size: 12px;
 text-align: left; 
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: #5f6714;
 font-weight: bold;
}

/* ... its date ... */
.includedate {
 font-size: 10px;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: #666666;
 text-align: right;
 font-style: italic;
}

/* ... and its text */
.includetext {
 font-size: 12px;
 text-align: left; 
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: #666666;
 padding: 0.5em;
 padding-left: 0px;
 margin-left: 0px; 
}

/* Editing table */
table.meshcmseditor {
 font-size: 10px;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: #666666;
 border-top: 1px dotted silver;
 border-left: 1px dotted silver;
}

table.meshcmseditor th, table.meshcmseditor td {
 font-size: 12px;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: #666666;
 padding: 2px;
 border-right: 1px dotted silver;
 border-bottom: 1px dotted silver;
}

table.meshcmseditor th {
 font-size: 12px;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: #666666;
 text-align: center;
}

table.meshcmseditor tr:hover {
  background-color: #edeeef;
}

/* Editing DIVs */
div.meshcmseditor {
 font-size: 12px;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: #666666;
 padding: 1em;
 border: 1px dotted silver;
 margin-bottom: 1em;
}

div.meshcmsfieldlabel {
 font-size: 10px;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: #666666;
 border-bottom: 1px dotted silver;
 margin-top: 0.8em;
 margin-bottom: 0.2em;
}

div.meshcmsfield {
 font-size: 10px;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: #666666;
 white-space: nowrap;
}

div.meshcmscheckbox {
 font-size: 10px;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: #666666;
 margin: 1em 0 0 1em;
}

div.meshcmsbuttons {
 font-size: 10px;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: #666666;
 margin-top: 0.8em;
 border-top: 1px dotted silver;
 padding-top: 0.2em;
 text-align: center;
}

/* This style causes issue with IE6
fieldset.meshcmseditor {
 margin: 0 0.5em 1em 0.5em;
 padding: 0.2em 1em 1em 1em;
}
*/

fieldset.meshcmseditor legend {
 font-size: 10px;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: #666666;
 margin-bottom: 0.5em;
}

ul {
	padding: 0;
	margin: 0;
	clear: left;
	width: 500px;
	display: block;
}
li {
	float: left;
	margin-left: 10px;
	clear: none;
	margin-right: 10px;
	width: 500px;
}
