.sidebar .book_online{
    margin-top: 20px;
}
.book_online{
    max-width: 100%;
    width: auto; 
    background-color: #0354a5;
    margin: 0;
    border-radius: 3px;
    border: 1px solid #0354a5;
    padding: 15px 15px;
}

.book_online .id-online-form{
    margin-bottom: 0;
}
.book_online h3{
    color: #fff;
    margin-top: 0;
}

.book_online label{
    color: #f9921c;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

div.day{
    width: 100%;
    margin-bottom: 5px;
}

div.day input{
    border: 1px solid #000;
    height: 2em;
    width: 90%;
}
.ui-datepicker{
    z-index: 9999 !important;
}

div.number_holder{
    width: 100%;
    margin-bottom: 10px;
}

div.number_holder_child{
    display: inline-block;
    width: 20%;
    margin-right: 1%;
    padding: 0 1%;
}

div.number_holder_child input{
    border: 1px solid #000;
    height: 2em;
    border-radius: 4px;
    padding: 5px 0 5px 5px;
    width: 100%;
    display: inline-block;
}

div.site_type{
    margin-bottom: 1em;
}

.equip_type{
    display:none;
}

.equip_dimensions input{
    border:1px solid #ff9916;
    border-radius: 4px;
    display: inline-block;
    height: 2em;
    padding: 5px 0 5px 5px;
    width: 100%;
}

.equip_dimensions{
    display: inline-block;
    margin-right: 1%;
    padding: 0 1%;
    width: 45%;
}

div.site_type select{
    padding:0;
    height:2em;
    width:90%;
    border:1px solid #ff9916;
}

input[type="submit"].book_submit{
    width: 100%;
    border: 1px solid #000;
    border-radius: 3px;
    background-image: url(images/button_bg.jpg);
    background-repeat: repeat-x;
    background-size: 5px;
    height: 40px;
    color: #fff;
    text-shadow: 3px 2px 6px #000;
    margin-bottom: 10px;
}

input[type="button"].book_cancel{
    width: 100%;
    border: 1px solid #000;
    border-radius: 3px;
    background-image: url(images/button_cancel_bg.jpg);
    background-repeat: repeat-x;
    background-size: 5px;
    height: 40px;
    color: #fff;
    text-shadow: 3px 2px 6px #000;
    padding: 3px 1px;
    color: #fff;
    text-align: center;
}

:hover a.book_cancel{
    text-decoration: none;
    color: #fff;
}
