
/* Registrazione */
div.left-col{
    float: left;
    width:23%;
}
div.middle-col{
    float: left;
    width:47%;
}
div.right-col{
    float: left;
    width:31%;
    width: 100%;
}

div.contactform{ 
        float: left;
	padding: 0% 0%;
        //position: absolute;
        //top: 560px;
}
.contactForm p{ 
        text-align: justify;
}
.riga {
    width: auto;
}
.mezzoTitle {
	background-color:#F6F7E6;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:10px;
	text-align:center;
	width:100%;
}
.center {
	clear:right;
	text-align:center;
}
input[type="radio"] {
	height:13px;
	margin:3px 3px 0 5px;
	width:13px;
}
.riga3 {
	border-bottom:1px dashed #D7D7D7;
	margin-bottom:15px;
	margin-top:15px;
}
.tab3 {
	width:100px;
}
.cella1 {
    text-align: right;
}
.cella2-demo {
    text-align: left;
}
.cella-demo a {
    float: left;
    background: url('/img/button-demo.png') no-repeat;
    width: 280px;
    height: 81px;
}

.cella-demo a:hover {
    float: left;
    background: url('/img/button-demo-hover.png') no-repeat;
}

.cella2-trial {
    text-align: left;
}
.cella-trial a {
    float: left;
    background: url('/img/button-trial.png') no-repeat;
    width: 280px;
    height: 81px;
}

.cella-trial a:hover {
    float: left;
    background: url('/img/button-trial-hover.png') no-repeat;
}


.cella2-contatti {
    text-align: left;
}

.cella-contatti{
    text-align: right;
}

.cella-contatti a {
    float: left;
    border-bottom: 1px solid #ddd;
    background: #89C236;
    padding: 2px 10px;
    color: #fff;
    font-size: 18px;
    margin-left: 177px;
}

.cella-contatti a:hover {
    float: left;
    background: #666;
    text-decoration: none;
}


.cella3 {
    width: 300px;
    text-align:right;
}
.cella4 {
    text-align: left;
}
.tastoregistra {
    padding: 20px 0px 20px 0px;
    text-align: right
}



.content-contatti {
    width:100%;
    float:left;
    background: url('../img/content-map-bg.png') no-repeat bottom center;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.form-contatti td {
    padding: 5px 0px;
    font-size: 18px;
}

.form-contatti textarea {
    background-color: #fff;
    background-image: none;
    border: none;
    color: #555;
    display: block;
    float: left;
    font-size: 14px;
    height: 120px;
    line-height: 1.42857;
    margin: 0;
    padding: 6px 12px;
    width: 100%;
}
.homepage {
    background: #114693;
    padding: 10px 0px;
    color: #fff;
    width: 50%;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -50px;
    font-size: 16px;
}
.homepage:hover {
    background: #fcd100;
    color: #114693;
}
.desc-azienda-contatti {
    width:240px;
    float:left;
    padding-left:20px;
    color: #656565;
    font-size: 18px;
}

.desc-azienda-contatti p {
    font-size: 18px;
}

.invio-data {
    position: relative;
    text-align: center;
    width: 12%;
    margin: 10px 44%;
    
}
.invio-data-button {
    padding: 10px 20px;
    background: #7ea74a;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

#tab-form-dati {
    float: left;
}

#tab-form-dati span {
    color: #666;
}

.contatto-response {
    padding: 20px 0px 0px 20px;
}

.Privacy {
    border:1px solid #666666;
    color:#666666;
    font-family:Verdana,Arial,Verdana,Geneva,Helvetica,sans-serif;
    font-size:9px;
    height:100px;
    overflow:auto;
    padding:0;
    width:100%;
}

.titleContatti {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #666;
    padding-bottom: 10px;
}

.form-cell {
    padding: 10px 30px;
    font-size: 18px;
}

.normal-input {
    border: medium none;
    color: #666;
    margin: 15px 5%;
    padding: 15px;
    width: 90%;
}