﻿.question
{
    min-width:500px;  padding:0 ;margin:0;   
}

.question li
{
  font-family: 'Arial Rounded MT', Arial;
  font-size: 12px;
  color:#504335;
   padding: 10px; 
    background-color:transparent;   
    border: 1px solid #CCCBCB;
    list-style:none;
}

.question li:hover
{
    cursor:pointer;    
}


#questiondescription
{
    position:relative;
    top:-100px;
    z-index: 0;
    width:320px;
}

.desc
{
    margin: 10px 0 0;
    font-family: 'Arial Rounded MT', Arial;
  font-size: 14px;
  color:#504335;
}

.body1
{
     font-size: 14px;
     font-family:  Arial;
    margin: 10px 0 0;
  
}

#maincontent
{
    height: auto;
    float:left;
    width: 96%;
    padding: 20px;
}

#feedback
{
    border: 1px solid #CCCBCB;
    padding: 20px 20px 20px;
    height: auto;
    float:left;
    width: 96%;
}

#feedback h1
{
    font-family:'Arial Rounded MT', Arial;
    text-decoration: none;
    color: Gray;  
    font-size: 18px;
}


#feedback h2
{
    font-family:'Arial Rounded MT', Arial;
    text-decoration: none;
    color: Gray;  
    font-size: 16px;    
}

#feedback p
{
    font-family: 'Arial Rounded MT', Arial;
    text-decoration: none;
    color: Gray;  
    font-size: 12px;
    line-height: 14px;
}

#feedback div
{
    float:left; 
    width:100%;
}

#feedback textarea
{
    margin-top:2px; 
    font-style:italic; 
    color:Gray; 
    width: 600px;  
    margin-bottom: 10px;  
}

.question li.rowSelected
{
    background-color:#eeeeee;
    color:#000000
}

