﻿.book_hire_container
{
    width: 618px;
    height: auto;
    float: left;
    border: solid 1px #000000;
    background-color: #5b7c9a;
    padding: 10px;
}

.book_hire_container a:link
{
    color: #ffffff;
}

.book_hire_details
{
    width: 618px;
    height: auto;
    float: left;
}

.book_hire_details_left
{
    width: auto;
    height: auto;
    float: left;
}

.book_hire_details_right
{
    width: auto;
    height: auto;
    float: right;
}

.book_hire_books
{
    width: 616px;
    height: auto;
    float: left;
    border: solid 1px #000000;
    border-top: none;
    margin-top: 20px;
}

.book_hire_footer
{
    width: 608px;
    height: 30px;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}

.book_hire_footer_left
{
    float: left;
    line-height: 30px;
}

.book_hire_footer_right
{
    float: right;
    padding-top: 5px;
}