﻿

.error 
{
    color: #990000;
    font-weight: bold;
    padding: 10px;  
}



div.profileSection 
{
    background-color: #EEE;
    border-radius: 0px 0px 5px 5px;
}

    div.profileSection h2 
    {
        margin: 0px -10px 4px !important;
        padding: 0px 10px;
        background: #bbb;
    }

.profileMain .profileIdle 
{
     border-radius: 5px 5px 5px 5px !important;
}

div.question 
{
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 6px;
}
div.subquestion
{
    margin-left: 45px;
    margin-top: 12px !important;
}
div.hidden 
{
    display: none;
}

    div.sectionHead 
    {
        margin: 10px 0 15px 0;
    }
    
    div.question div.number 
    {
        float: left;
        width: auto;
        font-weight: bold;
        padding-right: 5px;
    }
     
    div.question div.content 
    {
        width: 700px;
        overflow: hidden;
    }     
   
        div.question div.content p
        {
            line-height: inherit !important;
        }
        div.question div.content div.questionText 
        {
            margin-bottom: 5px;
        }   
    
        div.inline 
        {
            display: inline-block;
            padding-right: 15px;                
        }          
        
        div.option 
        {
            overflow: hidden;
            margin-top: 5px;
        }
            div.option .label 
            {
                display: block;
                float: left;
                width: 25px;                   
            }
            
            div.option div 
            {
                display: block;
                float: left;
                width: 420px;
            }
            
            div.option span 
            {
                /*padding-left:8px;*/
            }

            div.option input.number 
            {
                width: 25px;
            }

            div.option input.text {
                margin-left: 8px;
            }
            
            
            
    div.question textarea 
    {
        background-color: #fff;
        padding: 4px;
        border: inset 1px #f0f0f0;
        font-size: 12px;
        color: #000;
        line-height: 16px;
        width: 425px;
        height: 95px;
        margin-top: 4px;
        
    }
    
    div.question input.single 
    {
        width: 300px;
        margin-top: 4px;
    }    
    

    div.option span {
        padding-left: 0px;
    }

    div.option input {
        margin-right: 8px;
    }