﻿.bookingformv2
{
    font-family: Tahoma,Arial;
    font-size: 10pt;
    border: 1px solid #888888;
    padding: 0px 10px 0px 10px;
    background-color: #35b5d3;
    height: 422px;
    color: White;
    background-image: url(/images/jump.jpg);
    background-repeat: no-repeat;
}

.bookingformheader 
{
    font-size: 20pt;
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
    text-shadow: 0px 1px 0px #000;
}

.bookingformfooter 
{
    filter: alpha(opacity=82);
    -moz-opacity: .82;
    opacity: .82;
    padding: 10px;
    background-color: white;
    color: black;
    font-size: 10pt;
    font-weight: 200;
    height: 190px;
}
