﻿.floatleft
{
    float:left;
    padding:1px 1px 1px 1px;
}

.floatright
{
    float:right;
    padding:1px 1px 1px 1px;
}

.clear
{
    clear:both;
}

.center
{
    text-align:center;
}

p.right
{
text-align:right;
}
p.left
{
text-align:left;
}
p.centre
{
text-align:center;
}

img.right
{
float:right;
}
img.left
{
float:left;
}
img.center
{
text-align:center;
}

.bold
{
    font-weight:bold;
}

.ErrorLabels
{
    font-weight:bold;
    font-size:11px;
    color:Red;
}

td
{
    vertical-align:top;
}

img
{
    border:0px;
    margin:0px;
    padding:0px;
}

.TextBoxes
{
    vertical-align:top;
    margin:-1px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    background-color:#ffffff;
    border-width:1px;
    border-color:#8e8e8e;
    border-style:solid;
    color:#5e5e5e;
    height:15px;
    font-size:1.2em;
}

.formtickboxes
{
    margin:-20px 0px 0px 160px
}