/* BOOKING */
.personal_data {
position: relative;
float: left;
width: 500px;
}

.booking_date, .booking_insurances, .booking_vouchers, .booking_veolia {
position: relative;
float: left;
margin: 0 0 30px 0;
width: 400px;
}

input.submit {
padding: 10px 20px 10px 20px;
font-weight: bold;
color: #ffffff;
border: 0;
border-radius: 5px;
background: #a17a55;
cursor: pointer;
}

input.submit:hover {
background: #1e1e1e;
}

fieldset {
border-radius: 5px;
}

.fbox {
text-align: left;
}

fieldset.small {
margin-top: 10px;
font-size: 11px;
}

fieldset.small input {
margin-bottom: 3px;
font-size: 11px;
width: 120px;
}

fieldset.small input[type="radio"] {
width: auto;
}

#left {
position: relative;
float: left;
margin: 0 0 0 0;
width: 500px;
}

#right {
position: relative;
float: left;
width: 350px;
}

#booking_details {
width: 980px;
}

.booking_submit {
width: 396px;
}

.booking_submit input {
float: right;
}

a.various {
font-size: 11px;
}

.ui-datepicker-calendar .ui-state-default {
background: #3fd621;
}

.ui-datepicker-unselectable .ui-state-default {
background: #f10000;
color: #ffffff;
}