body {
	background-image: url(../immagini/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}
.radio-cont .radio {
	display: inline-block;
    margin-top: 0px;
	margin-bottom: 10px;
}

div.boxRightContacts {
	margin: 30px auto 20px auto;
}

p#presentationSection {
	margin: 0;
	padding: 0px 0px;
	margin-bottom: 15px;
	text-align: justify;
}

div#contPersonalData p, div#contPersonalData2 p {
	width: 300px;
	height: auto;
	margin: 0;
	padding: 10px 20px 0 20px;
}

div#contPersonalData p label, div#contPersonalData2 p label {
	width: 100%;
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 12px;
	color: #5a5a5a;
	font-style: italic;
}

div#contPersonalData p input {
	width: 100%;
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	border: 1px solid #5a5a5a;
	font-size: 12px;
}

div#contQuestionnaire {
	width: 100%;
	height: auto;
	margin: 0;
}

p.campoScelta {
	width: 300px;
	height: auto;
	margin: 0;
	padding: 20px 20px 0 20px;
}

p.campoScelta label {
	width: 100%;
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 12px;
	color: #5a5a5a;
}

p.campoScelta select {
	width: 100%;
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	border: 1px solid #5a5a5a;
	font-size: 12px;
}

h5.pDomanda {
	margin-bottom: 5px;
	color: #5a5a5a;
}

p.campoSceltaInput {
	width: 300px;
	height: auto;
	margin: 0;
	padding: 10px 20px 0 20px;
}

p.campoSceltaInput label {
	width: 100%;
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 12px;
	color: #5a5a5a;
	font-style: italic;
}

p.campoSceltaInput input {
	width: 100%;
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	border: 1px solid #5a5a5a;
	font-size: 12px;
}

div.contLivelloMisto p.campoScelta {
	padding: 10px 20px 0 20px;
}

div.contLivelloMisto p.campoScelta label {
	font-style: italic;
}

div#contNoteAndPrivacy {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 10px 0 20px 0;
}

p.textarea {
	width: 300px;
	height: auto;
	margin: 0;
	padding: 10px 20px 0 20px;
}

p.textarea label {
	width: 100%;
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 12px;
	color: #5a5a5a;
	font-style: italic;
}

p.textarea textarea {
	width: 100%;
	height: 60px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	border: 1px solid #5a5a5a;
	font-size: 12px;
}

p.checkbox {
	width: 300px;
	height: auto;
	margin: 0;
	padding: 10px 20px 0 20px;
	text-align: justify;
}

p.checkbox a, p.checkbox a:visited {
	color: #5a5a5a;
}

p.checkbox a:hover {
	color: #16952C;
}

p#useAsterisk {
  color: #5A5A5A;
    font-weight: bold;
    height: auto;
    margin: 0;
    text-align: justify;
    width: 100%;
}

div#bottoniQuestionnaire {
	width: 300px;
	height: auto;
	margin: 0;
	padding: 20px 0px;
}

input.button {
	width: 74px;
	height: 25px;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 10px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background-color: #16952C;
	font-weight: bold;
	cursor: pointer;
}

input.button:disabled {
	opacity: 0.7;
	cursor: not-allowed;
}

input:hover.button {
	color: #16952C;
	background-color: #fff;
}

div#msgDiSistema {
	width: 300px;
	height: 25px;
	line-height: 25px;
	margin: 20px 0;
	padding: 0;
	background: #16952C;
	text-align: center;
}

div#msgDiSistema p {
	line-height: 25px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-size: 12px;
}

span.campiNonCompliati {
	font-size: 0.85em;
	color: #16952C;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

