/* 
    Document   : appixerrorstyle.css
    Created on : 20-mag-2008, 14.21.42
    Author     : astorino marco
    Description:
        Purpose of the stylesheet follows.
*/

    .errorReport {
      display:none;
			overflow:auto;
			font-size:x-small;
    }

		*.errore{
			color: #F00 !important;
		}
