﻿
.UserPersonalInfoControl
{
    float:left;
    width: 95%;
    clear: both;
}

    .UserPersonalInfoControl .UserPersonalInfoControlRow
    {
        float:left;
        width: 100%;
        clear: both;
    }
    
    .UserPersonalInfoControl .UserPersonalInfoControlLastRow
    {
        float:left;
        width: 100%;
        clear: both;
        padding-top: 10px;
    }
    
    .UserPersonalInfoControl .UserPersonalInfoControlQuestion
    {
        /*font-weight: bold;*/
    }

    .UserPersonalInfoControl .UserPersonalInfoControlQuestion
    {
        float:left;
        width: 100%;
        clear: both;
    }
    
    .UserPersonalInfoControl .UserPersonalInfoControlAnswer
    {
        float:left;
        width: 100%;
        clear: both;
        padding-bottom: 5px;
    }
    
    .UserPersonalInfoControl .UserPersonalInfoControlCol1
    {
        float:left;
        width: 130px;
    }
    
    .UserPersonalInfoControl .UserPersonalInfoControlCol2
    {
        float:left;
        width: 130px;
    }    
    
    .UserPersonalInfoControl .UserPersonalInfoControlCol3
    {
        float:left;
        width: 130px;
    }
    
    .UserPersonalInfoControl .UserPersonalInfoControlAnswerCheckBox
    {
        float:left;
        width: 100%;
        clear: both;
    }

    .UserPersonalInfoControlAnswer input
    {
        width: 300px;
    }
    
    .UserPersonalInfoControl .UserPersonalInfoControlAnswerButton
    {
        float:left;
        width: 100%;
        clear: both;
        padding-bottom: 5px;
    }
    
    .UserPersonalInfoControl .UserPersonalInfoControlAnswerButton input
    {
        margin-right: 5px;
    }
    
    .UserPersonalInfoControl .UserPersonalInfoControlColRow
    {
        float:left;
        width: 100%;
        clear: both;
    }
        
    .UserPersonalInfoControl .UserPersonalInfoControlCol1 input,
    .UserPersonalInfoControl .UserPersonalInfoControlCol2 input,
    .UserPersonalInfoControl .UserPersonalInfoControlCol3 input
    {
        width: 100px;
    }
    
