body {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
}

div, p, table, tr, th, td, ul, ol, li {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 25px;
}

a {
	text-decoration: none;
}

a:hover {
	color: #993300;
	text-decoration: none;
}

h1, h2, h3, h4 {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-right: 5px;
	margin-left: 5px;
}

img {
	border: 0;
}


/* classi */

.inputText {
	border-right: #ff8000 1px solid; 
	border-top: #ff8000 1px solid; 
	border-left: #ff8000 1px solid; 
	border-bottom: #ff8000 1px solid; 
	color: #ff8000; 	
	background-color: #ffffd7;
	margin: 0px;
}

.inputError {
	border-right: #ff8000 1px solid; 
	border-top: #ff8000 1px solid; 
	border-left: #ff8000 1px solid; 
	border-bottom: #ff8000 1px solid; 
	color: #ff8000; 	
	background-color: #ffffd7;
	margin: 0px;
}

.inputNormal {
	border-right: #004080 1px solid; 
	border-top: #004080 1px solid; 
	border-left: #004080 1px solid; 
	border-bottom: #004080 1px solid; 
	color: #004080; 
	background-color: #efefef;
}

.innerError {
	border-right: #ff8000 1px solid; 
	border-top: #ff8000 1px solid; 
	border-left: #ff8000 1px solid;
	border-bottom: #ff8000 1px solid; 
	color: #ffffff;
	background-color: #990000;
	margin: 0px;
	padding: 4px;
}