﻿#wholeForm
{
padding:20px 0 20px 0;
}



#wholeForm .labels
{
width:120px;
float:left;
margin:0 0 0 50px;
}

#wholeForm .textBox
{
width:150px;
text-align:left;
margin:0 0 10px 10px;
}


#wholeForm .validationLabel
{
    color: Red;
}
#wholeForm .confirmLabel
{
    color: Red;
}

#wholeForm #ValidateSummary
{
    clear: both;
    margin-top: 15px;
}

#wholeForm .ValidateText
{
font-size:8pt;
}


#wholeForm #radioButtons
{
}

#wholeForm .questionArea
{
float:left;
width:50%;
}

#wholeForm .radioList
{
}

#wholeForm #Other
{
float:left;
}

#wholeForm .txtOther
{
}

#wholeForm .industryArea
{
float:right;
width:49%;
}

#wholeForm .bottomArea 
{
clear:both;
width:500px;
padding:10px 0 0 0;
}


#wholeForm .validator
{
}


}
#wholeForm .radioList li
{
}

#wholeForm .industryArea .labels
{
}

.confirmLabel
{
}

#SubmitTxt {
color:blue;
font-size:14pt;
text-align:center;
margin-left:auto;
margin-right:auto;
}