form#booking {
margin-top: 10px;
}
#booking b {
float: left;
}
#booking fieldset {
width: 510px;
border: 0;
}
#booking fieldset legend {
clear: both !important;
display: block !important;
padding: 5px;
background: #CEDEEF;
color: #000;
font-weight: bolder;		
}
#booking fieldset label {
display: block;
clear: both;
float: left;
width: 200px;
color: #023162;
font-weight: bolder;
text-align: right;
margin-right: 10px;
}
#booking fieldset label span {
color: red;
}
#booking input, #booking select, #booking textarea {
display: block;
float: left;
width: 200px;
margin: 1px;
border:1px solid #88AACC;
}
#booking .required {
border:1px solid #597BA4;
}
#booking .empty {
color:#C00;
}
#booking .button {
width:100px;
float:left;
cursor:pointer;
}
#form-reply {
text-transform: capitalize;
}
#user_details b {
float:left;
width:200px;
padding:0;
}
#user_details p {
background:#DDD;
border:1px dashed #333;
overflow:hidden;
clear:both;
}
#booking .cpMonthNavigation, #booking .cpYearNavigation
{
width:116px;
}