/**********************************

Name: cmxform Styles

***********************************/
form.cmxform {
  width: 370px;
  font-size: 1.0em;
  color: #333;
}

form.cmxform legend {
  padding-left: 0;
}

form.cmxform legend, form.cmxform label {
  color: #333;
}

form.cmxform fieldset {
  border: none;
  border-top: 1px solid #C9DCA6;
  background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
  background-color: #F8FDEF;
}

form.cmxform fieldset fieldset {
  background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
  padding: 5px 10px 7px;
  background: url(../images/cmxform-divider.gif) left bottom repeat-x;
}

form.cmxform label.error, label.error {
  /* remove the next line when you have trouble in IE6 with labels in list */
  color: red;
  font-style: italic;
 font-size:10px;
}
div.error { display: none; }
input {  }
input.checkbox { border: none }
input:focus { background-color:#0C0; }
input.error { background-color:#F30; }
select { }
select.focus {}
select.error { background-color:#F30; }

textarea.error { background-color:#F30; }
textarea:focus { background-color:#0C0; }

input[type=checkbox] {  background-color:#090;  }
input[type=checkbox].error {  background-color:#F30; }

form.cmxform .gray * { color: gray; }

/*TOOLTIPS REGISTRAZIONE*/
div#help{
  position:relative;
  z-index:1000;
  width:200px;
  margin-left:0px;
  top:-20px;
  bottom:0px;
  left:170px;
 
  }
div#help1, div#help2, div#help3, div#help4, div#help5, div#help6, div#help7, div#help8{
  position:absolute;
  z-index:1000;
  padding:8px;
   padding-left:20px;
   display:none;
  background-image:url(/portal/img/bg_toolTips.gif);
  background-repeat:no-repeat;
  height:92px;
  
  width:170px;
  

  }
  

