﻿
.female-section
{
    width: 600px;
    padding: 20px 15px 20px 15px;
    background-color: #fef4f9;
    margin-bottom: 10px;
    float: left;
}

.male-section
{
    width: 600px;
    padding: 20px 15px 20px 15px;
    background-color: #f2faff;
    margin-bottom: 10px;
    float: left;
}




.question-layer
{
    width: 600px;
    padding: 5px 0 5px 0;
    float: left;
    clear: both;
}


.form-labels
{
    font-family: Tahoma, Arial, Times New Roman;
    font-size: 13px;
    text-align: right;
}


.question-standard
{
    width: 150px;
    margin-right: 10px;
    float: left;
    clear: both;
}

.floated-question
{
    float: left;
}

.question-left-align
{

    margin-right: 10px;
    float: left;
    width: 100px;
}

.question-fixed-width30
{
    width: 30px;
     margin-right: 10px;
    float: left;
}

.question-fixed-width40
{
    width: 40px;
     margin-right: 10px;
    float: left;
}


.question-fixed-width70
{
    width: 70px;
     margin-right: 10px;
    float: left;
}

.question-fixed-width170
{
    width: 170px;
     margin-right: 10px;
    float: left;
}
    



.answer-female
{
    margin-right: 10px;
    float: left;
}

.answer-male
{
    margin-right: 10px;
    float: left;
}

.validation-message
{
    font-family: Tahoma, Arial, Times New Roman;
    font-size: 12px;
    color: Red;
}

h1.female-heading
{
    font-family: Tahoma, Arial, Times New Roman;
    font-size: 20px;
    font-weight: normal;
    color: #fa5dae;
}

h2.female-heading
{
    font-family: Tahoma, Arial, Times New Roman;
    font-size: 17px;
    font-weight: normal;
    color: #fa5dae;
}


h1.male-heading
{
    font-family: Tahoma, Arial, Times New Roman;
    font-size: 20px;
    font-weight: normal;
    color: #33aafd;
}

h2.male-heading
{
    font-family: Tahoma, Arial, Times New Roman;
    font-size: 17px;
    font-weight: normal;
    color: #33aafd;
}

.clear
{
    clear: both;
}


.tiny-font
{
    font-family: Tahoma, Arial;
    font-size: 10px;
}




.main-question-tick-box
{
    width: 160px;
    float: left;
    margin-right: 10px;
}


.question-tick-box
{
    float: left;
    margin-right: 10px;
}

.question-float
{
    float: left;
}

.answer-tick-box
{
    float: left;
    margin-right: 10px;
}


.main-question-drop-down
{
    width: 120px;
    float: left;
    margin-right: 10px;
}


.answer-number-box
{
    float: left;
    margin-right: 5px;
}

.field-label
{
    font-family: Tahoma, Arial;
    font-size: 13px;
    padding-top: 0;
    #padding-top: 3px;
    margin-top: 2px;
    #margin-top: 0;
}
    
.floated-column
{
    width: 180px;
    float: left;
}


    .question-column
    {
        width: 130px;
        float: left;
        margin-right: 10px;
    }








