form#booking {
margin-top: 10px;
}
#booking b {
float: left;
}
#booking fieldset {
width: 400px;
border: 0;
}
#booking fieldset legend {
clear: both !important;
display: block !important;
padding: 5px;
border-bottom: 1px dashed #ccc;
color: #000;
font-weight: bolder;		
}
#booking fieldset label {
display: block;
clear: both;
float: left;
width: 170px;
color: #333;
font-size: 10px;
font-weight: bolder;
font-family: Verdana;
text-align: right;
margin-right: 10px;
}
#booking fieldset label span {
color: red;
}
#booking input, #booking select#apt_type, #booking textarea {
display: block;
float: left;
width: 190px;
margin: 1px;
border: 1px solid #ccc;
}
#booking textarea {
}
#booking .required {
background: #EFEFEF;
}
#booking .button {
float: left;
background: url( '../images/booking/button.gif' ) no-repeat;
width: 84px;
height: 26px;
border: 0;
font-size: 10px;
color: #fff;
text-transform: uppercase;
font-weight: bolder;
cursor:pointer;
}
#form-reply {
text-transform: capitalize;
}
#caldiv {
position:absolute;
background-color:#FFFFFF;
width:150px;
height:150px;
margin:0 auto 0 auto;
overflow:hidden;
font-size:11px;
text-align:center;
border:1px solid #006699;
}
#caldiv table {
padding:0;
margin:0;
}
#caldiv table a, #caldiv table a:hover, #caldiv table a:visited, #caldiv table a:active {
color:#333;
text-decoration:none;
display:block;
width:18px;
height:18px;
line-height:18px;
background:#FFF;
border:1px solid #FFF;
}
#caldiv table a:hover {
background:#ECF9FF;
border:1px solid #006699;
}
#caldiv .cpOtherMonthDate a {
color:#999;
}
#booking p {
margin:0 0 5px 0;
padding:0;
}
p#form_reply {
text-align:center;
padding:0 30px;
color:#666;
font-size:14px;
border-bottom:1px solid #999;
}
p#form_reply img {
padding:0;
margin:0;
border:0;
}
p#form_reply strong {
font-size:16px;
font-weight:bold;
display:block;
clear:both;
}