body{
	background: #508CB7;
	font-family: Verdana,Arial,Tahoma,Sans Serif;
	line-height: 22px;
	font-size: 14px;
	color: #333;
}
p {
    margin: 0 0 10px;
}
.container {
    background: #fff;
    margin-top: 15px;
}
.page-header{
	margin-top: 15px;
}

.titolo {
    color: #119dcb;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.sottotitolo{
	font-size:18px;
	text-align: center; 
	margin-top:14px;
    color: #ff4e21;
    font-weight: bold;	
}
.sottotitolo2 {
    color: #119dcb;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 7px;
    padding-top: 15px;
}
.sottotitolo3 {
	text-align: center;
    color: #eb8f34;
    font-weight: bold;
    padding-bottom: 7px;
}
.pt0{
	padding-top: 0;
}
.float-left {
    float: left;
}
img.float-left {
    margin: 0 12px 12px 0;
}
.float-right {
    float: right;
}
img.float-right {
    margin: 0 0 12px 12px;
}
p.cta{
	margin: 20px 0;
}
ul.lista li {
    list-style-image: url("../../images/li.gif");
    margin: 8px 0;
}
ul.lista {
	margin: 12px 0;
}
.btn-lg {
    padding: 15px 20px;
}
form{
    border: 3px dashed #ff6600;
    margin: 20px auto;
    padding: 20px;
    width: 75%;
}
form .btn-lg {
    padding: 12px 35px;
}
#privacy-text{
	font-size: 12px;
	color: #333;
	text-decoration: underline;
}
#copyright{
    color: #fff;
    font-size: 11px;
    margin: 15px 0;
    text-align: center;
}
#copyright a{
    color: #fff;
    font-size: 11px;
	text-decoration: underline;    	
}
#privacy-text:hover, #copyright a:hover{
	text-decoration: none;
} 
.page-header{
	position: relative;
}
#numero-verde {
    background: url("../../images/numero_verde.png") no-repeat;
    bottom: 5px;
    font-size: 26px;
    height: 75px;
    padding: 27px 0 0 35px;
    position: absolute;
    right: 10px;
    width: 215px;
    color: #009640;
    display: block;
}

@media (max-width: 700px) {
	#numero-verde {
	    left: auto;
	    margin: -30px auto 0;
	    padding: 27px 0 0 35px;
	    position: relative;
	    right: auto;
	    bottom: auto;
	}	
	.btn-lg {
	    font-size: 16px;
	    letter-spacing: 0;
	    padding: 10px;
	}
}
@media (max-width: 480px) {
	.hideable480{
		display: none;
	}
	#numero-verde {
	    margin: -15px auto 0;
	}	
	.btn-lg {
	    font-size: 14px;
	    padding: 10px;
	}	
	img.float-right {
    	margin: 2px 0 8px;
    	float: none;
    }
	form {
	    width: 96%;
	}    
}