﻿.registerInterestForm
{
    width: 100%;
    color: #666666;
}
.registerInterestForm .hr
{
    background-color:#666666;
    font-size:1px;
    height:1px;
    line-height:1px;
    margin:10px 0;
    overflow:hidden;
}
.registerInterestForm .formTitle
{
    font-size: 16px;
    padding: 0px 0px 10px 0px;
}
.registerInterestForm .section1 .label,
.registerInterestForm .section2 .label
{
    width: 125px;
    line-height: 22px;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
}
.registerInterestForm .section1 .textBox,
.registerInterestForm .section2 .textBox
{
    width: 250px;
}
.registerInterestForm .validationMsgs
{
    color: Red;
}