/*history file error_box.css WWW
/*
/*
/* paulo: 30-10-2007 creato file */

/* ------------------------------------- */
/* ------------- form validation ------- */
/* ------------- box di errore --------- */
/* ------------------------------------- */
	div.info {
		display: none;
		padding: 10px;
		padding-left: 55px;
	}
	
	div.error ul {
		list-style:none;
	}

	div.warning ul {
		list-style:none;
	}
	
	.error {
		background: #ffffff url(../img/error.png) no-repeat 10px 10px;
		border: 2px solid red;
	}

	.warning {
		background: #ffffff url(../img/warning.png) no-repeat 10px 10px;
		border: 2px solid #917c13;
		margin-bottom:10px;
		padding:5px;
		padding-left: 55px;
	}

	div.warning ul li {
		color: red;
	}
	
	.ok {
		background: #ffffff	url(../img/note.png) no-repeat 10px 10px;
		background-color: #ffffff;
		border: 2px solid green;
	}

