﻿.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:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    background-color:#ffffff;
    border-width:1px;
    border-color:#8e8e8e;
    border-style:solid;
    color:#5e5e5e;
    height:18px;
    font-size:1.2em;
}

.formtickboxes
{
    margin:-20px 0px 0px 160px
}

hr
{
width:100%;
border-top:solid 1px #d9d9d9;
border-right:solid 0px #cccccc;
border-left:solid 0px #cccccc;
border-bottom:solid 0px #cccccc;
margin:20px 0px 15px 0px;
}

.orange
{
color:#dd9a4a;
}