/* 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;
}

/* Applied to the fields in mail form */
.formfields {
 font-size: 10px;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: #666666;
 width: 90%;
 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: 10px;
 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: #003366;
 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: 10px;
 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;
 text-align: left;
}

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;
  text-align: left;
}

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;
  text-align: left;
}

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;
  text-align: left;
}

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: 1em 0;
	margin: 4em 0;
   line-height: 1.8;	
	padding-left: 35px;
	margin-left: 2px;
	display: inline;
}

ol {
	list-style-image: url(http://www.finpatent.com/list.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	height: 12px;
}

li {
	float:left;
	width: 238px;
   margin-left: 2px;
	display: inline; /* per evitare il float double margin bug di IE*/
   border-bottom: 2px dotted #CCCCCC;
	list-style-image: url(http://www.finpatent.com/list.gif);
	height: 22px;
}