html, body {
	background-color:#fff;
	padding:10px;
}

html, body, table {
	font-family: verdana;
	font-size: 10px;
	color:#000000;
}

#content {
	margin:auto;
	width:430px; 
}

#main {
	border: #96da83 4px dashed;
	padding:10px;
	background-color: #fff;
	margin-top:0px;
}
#box {
	background-color: #d3fbca;
	padding:10px;
}

#box h1 {
    font-size: 10px;
	font-weight:bold;
	padding:0px 0px 2px 0px;
	border-bottom:#090 2px solid;
	margin-bottom: 10px;
	text-transform:uppercase;
}

#box h2 {
    font-size: 10px;
	font-weight:bold;
	color:#000;
	padding:6px 0px;
}

#box input, select, textarea {
	font-family: verdana;
	font-weight: normal;
	font-size: 10px;
	color: #333;
	border: #090 2px solid;
}
#box .bottone {
	font-family:verdana;
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
	border: #090 2px solid;
	background:#336633;
}

#box .checkbox {
	margin:0px 6px 0px 6px;
	color: #ffffff;
	border:0px;
	background:#d3fbca;
}

a:Link  {text-decoration: none; color: #090;}
a:Visited  {text-decoration: none; color: #090;}
a:Hover  {text-decoration: none; color: #090;}
a:Active  {text-decoration: none; color: #090;}
