/* FORMS */
form p {
    clear: both;
    margin: 0;
    border: 1px solid #fff;
}
.display_link {
    display: block;
    margin-bottom: 10px;
}
label,
.options_group span.label_span {
    float: left;
    display: block;
    width: 150px;
    line-height: 20px;
}
.required_field {
    color: #f00;
    padding-left: 5px;
}
.tooltip,
.form_error,
.form_custom_required {
    margin-left: 152px;
    clear: both;
    display: block;
    font-size: 0.8em;
    float: left;
    line-height: 120%;
    width: 200px;
}
.form_custom_required {
    margin-left: 25px;
    width: 500px;
    font-weight: bold;
    color: #f00;
}
.tooltip {
    color: #999;
    margin-bottom: 6px;
}
.form_error {
    font-weight: bold;
    color: #f00;
}
.not_valid {
    border: 2px solid red;
}
.form_buttons {
    margin-left: 150px;
}
.form_buttons_center {
    text-align: center;
}
.button {
    padding: 2px 10px;
}
.text {
    float: left;
    width: 150px;
    border: 1px solid #999;
    padding: 2px;
    margin: 2px 0;
}
.textarea {
    float: left;
    width: 200px;
    height: 150px;
    border: 1px solid #999;
    padding: 4px;
    margin: 2px 0;
}
.select {
    float: left;
    width: 200px;
    margin-bottom: 0.6em;
}
.postcode_cijfers {
    width: 40px;
}
.postcode_letters {
    margin-left: 6px;
    width: 30px;
}
.message {
    width: 300px;
}
.display_info {
    float: left;
    display: block;
    width: 200px;
    padding: 2px;
    margin-bottom: 6px;
    background-color: #eee;
}
.display_info_block {
    float: left;
    display: block;
    padding: 2px;
    margin-bottom: 6px;
    background-color: #eee;
}
.form_buttons .required_msg {
    margin-left: 150px;
}
.form_buttons_center .required_msg {
    text-align: center;
}
.required_msg {
    clear: both;
}
.required_msg span {
    color: #f00;
}
.form_columns {
    margin-bottom: 10px;
    width: 100%;
}
.form_left {
    padding-right: 20px;
    border-right: 1px solid #ffd633;
}
.form_right {
    padding-left: 20px;
}
.radiobutton {
    float: left;
    height: 15px;
}
input.checkbox {
    float: left;
    margin-right: 10px;
    height: 22px;
    width: 22px;
}
p.p_checkbox {
    clear: both;
}
p.p_checkbox label {
    width: 230px;
}
#spoedoptie p.p_checkbox label {
    width: 145px;
}
.options_group div {
    float: left;
}
.options_group p {
    height: 20px;
    margin: 0;
}
.options_group label {
    line-height: 15px;
}
label.lbl_checkbox {
    width: 350px;
}
.button {
    border: 0;
    background: url(../images/btn.gif) no-repeat top left;
    width: 108px;
    height: 20px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}
#verzendform h3 {
    padding-top: 10px;
    clear: both;
}
#calendar_trigger {
    margin-top: 3px;
}
