.columnFormSx{
    float:left;
    display:inline;
    position: relative;
    width:120px;
    margin-bottom: 5px;
}                  

 .columnFormSx label{
    
    font-size:12px;
    line-height:20px;
    font-weight:normal;
    text-align: left;
}                

.columnFormDx{
    float:left;
    display:inline;
    position: relative;
    width:205px;
    margin: 0 25px 5px 0;  
      
    font-size:16px;
    line-height:20px;
    font-weight:normal;
    text-align: left;
} 
  

                
.divForm{
     float: left;
     display: inline;
     width: 700px;
}  

                                      
              
.columnFormBig{
    float:left;
    display:inline;
    position: relative;
    width:700px;
    margin-bottom: 5px;  
       
    font-size:12px;
    line-height:20px;
    font-weight:normal;
    text-align: left;
}      


.inputText{
    float:left;
    display:inline;
    position: relative;
    width:203px; 
    height:22px;
    padding:2px;
    border:1px solid #C0C0C0;
    
    font-size:12px;
    line-height:20px;
    font-weight:normal;
    text-align: left;
} 
  
          
.textArea{
    float:left;
    display:inline;
    position: relative;
    width:698px; 
    height:110px;
    border:1px solid #C0C0C0;  
       
    font-size:12px;
    line-height:20px;
    font-weight:normal;
    text-align: left;
}

.checkBox{
    float:left;
    display:inline;
    position: relative;
    margin:3px 10px 0 0;  
}

.privacyText{
    float:left;
    display:inline;
    position: relative;
    width:694px; 
    padding: 2px;
    height:110px;
    border:1px solid #C0C0C0;  
    overflow:auto;
       
    font-size:12px;
    line-height:20px;
    font-weight:normal;
    text-align: left;
    
}

.buttonSub{
    float:left;
    display:inline;
    position: relative;
    background:url(../images/current-bg.gif) top left repeat-x;
    border:none;
    color:#000;
    
    font-size:14px;
    line-height:20px;
    font-weight:normal; 
    text-align: center;
    padding:5px 5px;
    width: 90px;
    text-transform: uppercase;
    margin:10px 10px 0 0;
    cursor: pointer;
}

.successfulMail{
    float:left;
    display:inline;
    position: relative;
    border:none;
    color:green;
    
    font-size:16px;
    line-height:20px;
    font-weight:normal; 
    text-align: center;
    margin:10px 0;
}

.grazie{
    float:left;
    display:inline;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    color:green;  
}

.grazie b{
    float:left;
    display:inline;
    position: relative;
    font-size:19px;
    color:green; 
     
}
