.webform { } .webform .field, .webform .interest, .webform .uploadfield { margin-top: 6px; clear: both; } .webform .label { overflow: hidden; text-overflow: ellipsis; padding-top: 3px; white-space: nowrap; width: 200px; float: left; } .webform .label .colon { display: inline; } .webform .label .required, .webform .field .checkbox .required { display: inline; margin-left: 5px; } .webform .field .data, .webform .interest .data, .webform .uploadfield .data { margin-left: 210px; padding-top: 3px; } .webform>.field>.data, .webform>.interest>.data, .webform>.uploadfield>.data { margin-top: 0; } .webform .field .data .text, .webform .field .data .password, .webform .interest .data, .webform .uploadfield .data, .webform .field .data .multiline { width: 200px; } .webform .uploadfield .data img { border: 0px; width: 200px; } .webform .field .data .radiobuttons label { display: block; } .webform .error { margin-top: 5px; font-weight: bold; } .webform .button { clear: both; margin-top: 6px; margin-left: 210px; } .webform .button input { } .interest .data input, .field .checkbox input { margin-left: 0px; } .webform #recaptcha { margin-left: 210px; padding-top: 3px; }