form {
    width: 300px;
}

label {
    display: block;
    float: left;
    width: 100px;
}

input {
    width: 100px;
}

[type='checkbox'], [type='radio'] {
    width: 20px;
}