/* com-survey-in-cms.css : added to address issue in Convio support case 247975 */

.accessibilityText {
display: none;
}

/* when the user needs a little immediate help */
.Hint {
color: black;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
font-style: italic;
}

/* accessability tags */
/* remove the border from <fieldset> */
FIELDSET {
border: none;
margin: 0px;
padding: 0px;
}

FIELDSET.withBox {
border: 1px solid #fecb98;
display: block;
padding: 0px 4px 4px 4px;
}

FIELDSET.noBox {
border: none;
display: block;
padding: 0px 4px 4px 4px;
}

LEGEND {
float: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
margin-right: 4px;
}

.slideBack {
background-color: #ccc;
border: 2px outset #ccc;
}

.surveyInstruction {
font-weight: normal;
}

legend.surveyLegend {
margin: 0;
padding: 0;
color: black;
/* Positioning lines that follow handle IE 6 quirk of moving legend text to the right. */
*position: relative;
*left: -7px;
}
