/* iscrizione.html styles */



/* step */

div.step {
	margin-bottom: 50px;
	margin-top: 50px;
}

div.step p.stepdesc {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 25px;
}

span.bignum {
	color: #006AB0;
	font-family: "Trebuchet MS", Verdana;
	font-size: 55px;
	font-weight: normal;
	margin-right: 5px;
}


/* istruzioni di compilazione */

div.istruzioniComp {
	background-image: url(../img/sfumatura1.gif);
	background-repeat: repeat-x;
	border-color: #C9C9C9;
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	margin-top: 28px;
	padding: 20px;
}

div.istruzioniComp h1 {
	color: #000000;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 1.3em;
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
	background-image: none;
}

div.istruzioniComp ul {
	margin-top: 10px;
}

div.istruzioniComp li {
	margin-top: 20px;
	background-image: url(../img/bullet2.png);
	list-style-type: none;
	}
