﻿/* Survey pages */

/*
.Survey LABEL 
{
   width:auto ! Important;
   color:Black ! Important;
   float:none ! Important;
   margin:none ! Important; 
   font-weight:normal;
   padding:0 ! Important;
   hasLayout:-1;
   display:block;
   position:relative;
   z-index:0;
}
LABEL.Survey  
{
   width:auto ! Important;
   color:Black ! Important;
   float:none ! Important;
   margin:none ! Important; 
   font-weight:normal;
   padding:0 ! Important;
   hasLayout:-1;
   display:block;
   position:relative;
   z-index:0;
}


.Survey_ResultRadioButtons label
{
width:auto;
}
.Survey_ResultRadioButtons table
{
width:500px;
}

Table.Survey_ResultRadioButtons
{
width:auto;
display:table;
}

Table.Survey_ResultRadioButtons tr
{
width:auto;
}
Table.Survey_ResultRadioButtons tbody
{
}



*/

.Survey LABEL 
{
   width:auto ;
   float:none ;
   margin:none ; 
   font-weight:normal;
   padding:5px;
   position:static;
   color:Black;
   display:inline;
}
LABEL.Survey  
{
   width:auto;
   float:none ;
   margin:none ; 
   font-weight:normal;
   padding:5px ;
   position:static;
   color:Black;
   display:inline;
}

.Survey_ResultRadioButtons td
{

margin-left:1px; 
margin-right:1px;
margin-top:1px;
margin-bottom:1px;
padding:1px;

}



.Survey_Text
{
   color:Blue; 
   font-size:14px;
}
.Survey_Text_BigRed
{
    color:Red;
    font-size:18px;
}
.Survey_Text_Small
{
   color:Gray; 
   font-size:smaller;
}
 .Survey_Error
 {
    color:Red;
    font-weight:normal;
 }
.Survey_Question
{
    color:Gray;
    font-weight:bold;
}
.Survey_Result
{
    margin-left:20px;
}

.Survey_Field
{
    float:left;
}

.Survey_Label
{
    float:left;
    font-weight:bold;
    width:150px;
}
.Survey_Clear
{
    clear:both;
}
.Survey_Paticipent
{
    width:100%;
}
.Survey_Spacer
{
    clear:both;
   
    height:20px;
}
.Survey_Spacer_Small
{
    clear:both;
    height:10px;
}
.Survey_Align_Right
{
    text-align:right;
    width:100% 
}

