/* $Id$ */
#wrapper #crm-container .crm-section .label, 
#wrapper .crm-section .label {
    float: left;
/* The direction in which the fields’ labels will float   */
    text-align: left;
/* The direction in which the fields’ labels will alilgn. Usually alligned right   */
    width: 35%;
/* The width of fields’ labels. 25% is common */

}
#wrapper #crm-container .crm-section .content, 
#wrapper .crm-section .content {
    margin-left: 37%;
/* padding between label and content. 25% is common */

}
