
td.iqFormHeader
{
    background-color: #29B5DE;
    height: 23px;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
}

td.iqFormLabel
{
    font-size: 11px;
    line-height: 16px;
    color: #29b5de;
    padding: 8px 8px 8px 8px;
}
td.iqFormLabelMedium
{
    font-size: 11px;
    line-height: 16px;
    color: #29b5de;
    padding: 8px 8px 8px 8px;
}

td.iqFormInput
{
    color: #333333;
    padding: 6px 6px 6px 6px;
}
td.iqFormInputMedium
{
    color: #333333;
    padding: 6px 6px 6px 6px;
}

td.iqFormLabelSmall
{
    color: #FF66FF;
    font-size: smaller;
    padding: 2px 2px 2px 2px;
}

td.iqFormInputSmall
{
    color: #333333;
    font-size: x-small;
    padding: 2px 2px 2px 2px;
    margin: 2px 2px 2px 2px;
}

td.iqFormSpacer
{
    height: 12px;
}

td.iqFormBackground
{
    background-color: White;
    vertical-align: top;
    text-align: center;
    width: 49%;
}

td.iqFormText
{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
    line-height: 16px;
}

td.iqFormTextSmall
{
    font-size: 10px;
    line-height: 15px;
}

td.iqFormTextEmph
{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
}

textarea.iqFormInput, input.iqFormInput, select.iqFormInput
{
    width: 120px;
    border: 1px solid silver;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
}

textarea.iqFormInputLarge, input.iqFormInputLarge, select.iqFormInputLarge
{
    width: 80px;
    height: 33px;
    color: darkred;
    font-family: verdana;
    font-size: 17px;
    text-align: center;
    border: 1px solid silver;
}

input.iqFormButton
{
    border: 1px solid silver;
    background-color: #F9FAF9;
    color: #29B5DE;
    font-family: Verdana;
    font-weight: bold;
    font-size: 11px;
    width: 120px;
    height: 20px;
    vertical-align: middle;
}

a.iqFormLinkButton
{
    border: 0px solid silver;
    color: #29B5DE;
    font-family: Verdana;
    font-size: 11px;
    text-decoration: underline;
}

a.iqFormLinkButton:hover
{
    border: 0px solid silver;
    color: blue;
}

.iqCalDay, .iqCalMonth, .iqCalYear, iqTimeHour, .iqTimeMin, .iqTimeAmPm
{
    font-size: 9px;
}

.iqError
{
    color: Red;
}

#tdLogin
{
    background-color: White;
    text-align: center;
    width: 49%;
}
#tdActivationCode
{
    background-color: White;
    vertical-align: top;
    text-align: center;
    width: 49%;
}
#tdUserName
{
    text-align: right;
}
#tdPassword
{
    text-align: right;
}
#tdPasswordCheck
{
    text-align: right;
}
