#bookingSection {
    width: 549px;
    float: left;
    margin: 0 0 15px 0;
   font-family: 'Open Sans';
    padding: 10px;
}

#bookingSection h2, #instructions h2 {
    font-size:16px !important;
    font-weight:normal;

}

#instructions{
    width: 300px;
    float: left;
    padding: 10px;
}

.leftColumn {
    width: 220px;
    float: left;
    margin: 0 20px 0 0;
}

.rightColumn {
    width: 220px;
    float: left;
}

.error {
    color: #ff0000 !important;
}

#bookingSection input {
    width: 200px;
    font-size: 12px;
    font-family: Arial, Verdana, Georgia;
    border: 1px solid #ccc;
    padding: 3px;
}

#bookingSection #termsAgree {
    
    width: 50px !important;
}

.extrasInput {
    width: 20px !important;
}

#bookingSection select {
    width: 200px;
    font-size: 12px;
    font-family: Arial, Verdana, Georgia;
    padding: 3px;
}

#bookingSection textarea {
    width: 200px;
    height: 78px;
    font-size: 12px;
    font-family: Arial, Verdana, Georgia;
     border: 1px solid #ccc;
    padding: 3px;
}

#bookingSection #guestMessage {
    width: 525px;
}

#bookingSection a, #instructions a {
    color: #000000;
}

#roomDates {
    font-size: 12px;
 
}

#roomDates a {
    outline: none;
}

#bookingDetails {
    display: none;
    padding: 0 0 0 0;
}

#submitLogin {
    width: 50px !important;
}

#payPalButton {
    width:149px !important;
}

.orderInformationList {
    font-size: 12px;
}

#roomList {
    margin: 0 0 10px;
}
