/**
 *
 */

#form_reservation {
}

#form_reservation fieldset {
}

#form_reservation fieldset legend {
    display:none;
}

#form_reservation label {
    display:block;
    float:left;
    width:188px;
    cursor:pointer;
}

#form_reservation input.text {
}

#form_reservation input.select {
}

#form_reservation input.select {
}

#form_reservation input.button {
}

#form_reservation p.buttons {
    text-align:right;
}

p.msg_error, p.msg_info {
    margin:0px;
    padding:5px;
    color:#fff;
}

p.msg_error {
    background:#CD4913;
}

p.msg_info {
    background:#E5E7E7;
    color:#000;
}

#plan {
    margin-bottom:30px;
}