#createEventForm form {
    width: 25em;
}
#createEventForm fieldset {
    margin-bottom: 0.6em;
}

#createEventForm input, #createEventForm select {
    clear: both;
    margin: 0.2em;
    padding: 0.5em;
    width: 90%;
}

#createEventForm label {
    display: block;
    font-weight: bold;
    margin: 0.4em 0;
}