html,body {
	background: #0a5172;
	font-family: Verdana;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: center;
}
h3 {
font-size: 13px;
}
div#wrapper {
	background: #fff url(images/bk_html.jpg) repeat-x;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	margin: 0 auto;
	width: 950px;
}
div#title {
	background: url(images/bk_title.png) no-repeat;
	height: 140px;
	text-align: left;
	width: 950px;
	position: relative;
}
a#scuolaitalia {
display: block;
position: absolute;
text-decoration: none;
width: 91px;
height: 91px;
top: 8px;
left: 10px;
background: url(public/images/ScuolaItalia.png);
}
a#paloalto {
display: block;
position: absolute;
text-decoration: none;
width: 91px;
height: 91px;
top: 8px;
left: 111px;
background: url(public/images/paloAlto.png);
}
div#nav ul {
	font-size: 13px;
	list-style-type: none;
	margin: 0;
	padding: 0;
width: 950px;
text-align: right;
position: relative;
top: -25px;
margin-bottom: -15px;
}
div#nav ul li {
	display: inline;
	height: 25px;
	margin-right: 10px;
}
div#nav a {
	color: #B82E00;
	font-weight: 700;
	padding-bottom: 4px;
	text-decoration: none;
}
div#nav a:hover {
	border-bottom: 1px dashed #ffba55;
	color: #31689b;
}
div#nav a.current {
	border-bottom: 1px dashed #ffba55;
	color: #31689b;
}
div#contents {
	width: 950px;
}
div#contents a {
	color: #0a5172;
	text-decoration: none;
}
div#contents a:hover {
	color: #fbbb0e;
	text-decoration: underline;
}
div#text p:first-child:first-letter {
font-size: 20px;
    font-weight: bold;
}
div#text {
	float: left;
	margin: 10px;
	text-align: justify;
	width: 550px;
}
div#text a {
font-weight: bold;
}
div.pagebox {
	background-color: #fff;
	border: 1px solid #0a5172;
	padding: 10px;
	text-align: left;
}
div#sidebar {
	float: right;
	margin: 10px;
	text-align: left;
	width: 148px;
}
div.pagebox h3 {
	color: #31689b;
	margin-bottom: 3px;
	margin-top: 5px;
	text-align: center;
}
div.pagebox ul {
	font-family: Tahoma;
	font-size: 11px;
	list-style-type: circle;
	margin: 0 10px;
	padding: 0;
}
div.pagebox li {
	margin-bottom: 12px;
}
div.pagebox hr {
border: 0px;
border-top: 1px dotted #0a5172;
}
div.clear {
	clear: both;
}
div#text h2 {
	color: #31689b;
	font-family: Verdana;
	font-size: 25px;
	margin-bottom: 5px;
	margin-left: 30px;
	margin-top: 10px;
	padding: 2px;
}
div#foot {
	border-top: 1px solid silver;
	margin: 15px auto auto;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 11px;
	width: 800px;
	color: gray;
}
label {
	display: block;
	font-weight: 700;
	margin-left: 20px;
	margin-top: 5px;
}
input,select {
	border: 1px solid #ccc;
	border-left: 2px solid #bbb;
	border-top: 2px solid #bbb;
	margin-left: 25px;
}
div#roll {
	border: 1px solid #bbb;
	margin: 10px;
	overflow: hidden;
}
div.divisor {
	border-top: 1px dotted silver;
	font-size: 1px;
	height: 2px;
	overflow: hidden;
	width: 70%;
}
div#subnav {
	float: left;
	margin: 10px;
	width: 148px;
}
div#subnav p {
	font-variant: small-caps;
	font-weight: 700;
	margin-top: 0;
	text-align: center;
}
fieldset {
	border: 1px solid silver;
	margin: 0 auto 10px;
	width: 80%;
}
legend {
	background-color: #fbdf93;
	border: 1px solid silver;
	font-weight: 700;
	padding: 5px;
}
fieldset ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
fieldset label {
	display: inline-block;
	text-align: right;
	width: 150px;
}
fieldset input, fieldset select, fieldset textarea {
	border: 1px solid gray;
	margin: 0 0 0 10px;
	vertical-align: top;
	width: 200px;
}
fieldset input.ck {
	vertical-align: middle;
	width: auto;
}
fieldset li {
	margin-bottom: 5px;
}
.req {
	background: url(images/bk_req.jpg);
}

form#subscribe label {
margin: 0px;
margin-top: 10px;
}
form#subscribe input {
margin: 0px;
width: 100%;
}
form#subscribe button {
margin-top: 10px;
}
/* ---------------------------------- QUESTIONARIO -*/
div#question {
margin: 0px;
padding: 0px;
}
div#question p.question-titolo {
text-align: center;
font-size: 20px;
font-weight: bold;
margin-top: 30px;
background-color: silver;
}
div#question form#question-form {
border: 1px solid silver;
padding: 10px;
margin: 10px;
}
div#question ul {
list-style-type: none;
margin: 0px 5px;
padding: 0px;
}
div#question ul li{
margin: 5px 0px;
}
div#question label {
margin: 20px 0 0 0;
padding: 0px;
font-size: 13px;
}
div#question label:first-child {
margin-top: 0px;
}
div#question input {
vertical-align: middle;
margin: 0px;
}
div#question table.question-table {
font-size: 11px;
text-align: center;
width: 95%;
margin: 10px auto 0px auto;
}
div#question table.question-table td {
padding: 3px;
}
div#question table.question-table tbody td {
border-bottom: 1px dotted silver;
border-right: 1px dotted silver;
}
div#question table.question-table thead td {
background-color: #666;
color: #fff;
text-transform: uppercase;
font-weight: bold;
border-left: 1px dotted #fff;
}
div#question textarea.question-text {
display: block;
width: 100%;
height: 70px;
}
div#question button {
margin-top: 30px;
}


