﻿div.modulo{
    position:relative;
    margin-top:10px;
    margin-left:10px;
    width:98%;
    height:auto;
    top: 0px;
    left: 0px;
}
div.modLeft{
    position:relative;
    float:left;
    width:230px;
    height:auto;
}
div.modRight{
    position:relative;
    float:right; 
    width:240px;
    height:auto;
}
div.modBottom{
    position:relative;
    float:left; 
    width:100%;
    height:99px;
    margin-top:20px;
    top: 0px;
    left: 0px;
}
label.lbCampi{
    width:220px;
    float:left;
    color:#8A8A8A;
    font-weight:bold;
    margin-top:5px;
    margin-bottom:2px;
}
input.txtCampi{
    float:left;
    width:220px;
    font-size:11px;
    border:1px solid #C2C3BE;
    padding:2px 0px 2px 3px;
}
select.cmbCampi{
    float:left;
    width:130px;
    font-size:11px;
    border:1px solid #C2C3BE;
    padding:1px;
}
textarea.tarCampi{
    float:left;
    width:220px;
    font-size:11px;
    border:1px solid #C2C3BE;
    padding:2px 0px 2px 3px;
    font-family: Verdana, Arial, sans-serif;
}
div.Privacy{
    position:absolute;
    width:226px;
    top: 48px;
    left: 241px;
} 
