form {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

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

input {
    width:100px;
}

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