﻿.Surveys_AccordionTitle, .Surveys_AccordionContent, .Surveys_AccordionContainer
{
  width:100%;
  float:right;
}

.Surveys_AccordionTitle
{
  
  background-image:url("../Images/General/bullet.gif");
  background-repeat:no-repeat;
  background-position:right 3px;
  padding-right:10px;
  height:43px;
  cursor:pointer;
  font-family:Arial;
  font-size:8pt;
  font-weight:bold;
}

.Surveys_AccordionTitleOpen
{
  
  background-image:url("../Images/General/bulletOpen.gif");
  background-repeat:no-repeat;
  background-position:right 3px;
  padding-right:10px;
  height:43px;
  cursor:pointer;
  font-family:Arial;
  font-size:8pt;
  font-weight:bold;
}

.Surveys_AccordionTitle a
{
    font-weight:bold;
    text-decoration:none;
}

.Surveys_AccordionContent
{
    display :none; 
}

.Surveys_AccordionContent img
{
    margin-top:10px;
    margin-right:10px;
    border:none; 
}

