#event-form input[type="text"] {
    border-color: #C7C7C7;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    /*box-shadow: 0 4px 4px -3px #999999 inset;*/
    color: #3B3B3B;
    height: 30px;
    line-height: 30px;
    margin: 0 20px 0 0;
    padding: 0 10px;
    width: 100%;
}

#event-form input[type="submit"] {
    height: 30px;
    background-color: #4a94cf;
    border: 1px solid #1e5f97;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    color: #fff;
}

#event-form > div > div + div {
    margin-top: 10px;
    margin-bottom: 5px;
}

#event-form dt, #event-form dd {
    margin-top: 10px;
    margin-bottom: 5px;
}

label.required:after {
    content: " *";
    color: red;
}

.red {
    color: red;
}

.note {
    margin-top: 25px;
}

#event-form input[type="submit"] {
    margin-top: 10px;
}

#event-form,
.note {
    font-size: 14px !important;
}

.errors, .errors li {
    list-style: none;
}

.errors li {
    padding: 0px !important;
    background: none !important;
    color: red;
}

.message {
    color: green;
    margin-bottom: 20px;
}