﻿.aLabel, .aTextBox, .aPasswordTextBox,
.aRadioButtonList, .aCheckBoxList,
.aRadioButtonListFlow, .aRadioButtonListTable,
.aCheckBoxListFlow, .aCheckBoxListTable,
.aMultiSelectList, .aSingleSelectList,
.aComboBox, .aBulletList, .aBulletListUpperAlpha,
.aBulletListLowerAlpha, .aBulletListNumbered,
.aBulletListCircle, .aBulletListSquare
{
    position:absolute;
}

.aCenteredLabel
{
    position:absolute;
    text-align:center;
    height: 19px;
}

.aBoldLabel
{
    position:absolute;
    font-weight:bold
}

.aCenteredBoldLabel
{
    position:absolute;
    text-align:center;
    height: 19px;
    font-weight:bold
}

.aCenteredTextBox
{
    position:absolute;
    text-align:center;
}

.aTextBoxWithBorder
{
    position:absolute;
    border-style:solid;
    border-width:1px;
    border-color:Black;
}

.aCenteredTextBoxWithBorder
{
    position:absolute;
    border-style:solid;
    border-width:1px;
    border-color:Black;
    text-align:center;
}

.aButton
{
    position:absolute;
    height:2.0em;
}

     