* {
	padding: 0;
	margin: 0;
}

html, body {
	margin: 0;
	padding: 0;
}

body {
	margin:0px;
	margin-top: 0px;
	padding:0px;
	background: #000000;
}

html, body, table, td, th, p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
}

form {
	margin: 0px;
	padding: 0px;
}

input, select, checkbox, radio, textarea {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	width: 200px;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0em;
	margin: 0em;
}

/* ------ SITE LINKS ------ */
/*
a {
	color: #990000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}
*/

#frame {
	width: 760px;
	margin-left: 0px;
	margin-right: 0px;
	position: static;
}

#topContainer {
	margin: 0px;
	padding: 0px;
}

#paddingContainer {
	width: 760px;
	height: 420px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	position: static;
	background-color:#FFFFFF;
	background-image: url();
	background-attachment: ;
	background-repeat: ;
	background-position: ;
}

#main {
	width: 760px;
	position: static;
	position: relative;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	background: #FFFFFF;
}

#globalnav {
	margin: 0 auto;
	background: #92CD92;
}

#navbox {
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
}

#navbar {
	position: relative;
	left: 0px;
	margin: 1px 0px 10px;
	padding: 0px; 
	height: 20px;
	font-size: 11px; 
	text-align: right;
}

#navbar a {
	text-decoration: none;
	font-weight: bold; 
}

#navbar a:visited {
	text-decoration: none;
	font-weight: bold; 
}

#navbar a:hover {
	text-decoration: underline;
	font-weight: bold; 
}

#navbar a:active {
	text-decoration: underline;
	font-weight: bold; 
}

#header {
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0;
	width: 100%;
	height: 135px;
	background: #CCCCCC url("/testa/04.jpg") no-repeat;
}

#content {
	position: relative;
	margin: 0px 0px 0px 0px;
	font-size: 10px;
}

p {
	margin: 0px;
	padding: 4px 3px;
	font-size: 10px;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #B4B9C0;
}

#footer {
	position: relative;
	left: 0px;
	text-align: left;
	margin: 0 auto;
}

#title {
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold; 
}

label {
	width: 300px;
	float: left;
}

gruppo {
	position: relative;
	margin-bottom: 5px;
}

#readonly input {
	background: #CCCCCC;
}

#errore {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
	margin-bottom: 10px;
}