/* CSS Document */

form#form_boka {
background: url('images/boka-bg_2.jpg');
width: 280px;
height: 155px;
}

form#form_bokaEn {
background: url('images/bokaEn-bg.gif');
width: 280px;
height: 155px;
}

#form_boka_errorMessage {
background: #333949;
font-size: 13px;
color: #fff;
width: 50%;
text-align: center;
position: relative;
top: 20px;
left: 110px;
padding: 2px 0;
}

.calendarIcon {
cursor: pointer;
padding: 0 !important;
margin: 0 !important;
position: relative;
top: -23px;
left: 178px;
}

.calendarIconEn {
cursor: pointer;
padding: 0 !important;
margin: 0 !important;
position: relative;
top: -23px;
left: 167px;
}

fieldset {
border: 0 !important;
padding-top: 40px;
padding-left: 17px;
}

fieldset label {
font-size: 12px;
color: #333949;
}

fieldset #DateIn {
border: 1px solid #8699aa;
font-size: 11px;
text-align: center;
padding: 4px 3px;
}

fieldset select {
border: 1px solid #8699aa;
font-size: 11px;
}

.floatleft {
width: 50px;
float: left;
display: inline;
}

#Length, #Adults, #Children, .submitbtn {
display: block;
margin-top: 4px;
}

#dold {
visibility: hidden;
}

.submitbtn {
font-size: 11px;
width: 80px;
float: left;
display: inline;
}

table.dpTable {
background: #dee4e8;
font-size: 12px;
width: 210px;
}

.dpTitleTD {
font-size: 13px;
text-align: center;
}

.dpDayTR {
background: #d4dbe1;
}

.dpTD {
background: #c8d1d9;
cursor: pointer;
}

.dpDayHighlight {
background: #8699aa;
color: #fff;
}

.dpTDHover {
background: #8699aa;
}

.dpTodayButton, .dpButton {
border: 1px solid #8699aa;
background: #8699aa;
color: #fff;
font-size: 11px;
}