﻿.bookingform
{
    width:auto;
    font-size: 10pt;
}

.personaldata, .courseselection, .labels, .dataentry
{
    float: left;
    width: 750px;
}

.personaldata div
{
    width: 345px;
    float: left;
    margin-left: 10px;
}

.courseselection
{
    width: 750px;
    text-align: center;
    margin-top:20px;
}

.labels
{
    width: 140px;
}

.dataentry
{
    width: auto;
}

.formfield
{
    font-size: 10pt;
    font-weight:bold;
    font-family: Calibri, Arial, MS Sans Serif;
    width: 150px;
}



