
/** feedback form **/

/* outside container element */
/** used to avoid the broken box model object in ie6 **/
.FeedbackForm_Content_Wrapper {}

/* inside container element */
.FeedbackForm_Content {}

/* outside container element */
/** used to avoid the broken box model object in ie6 **/
.FeedbackForm_Wrapper {}

/* inside container element */
.FeedbackForm {}

/* the container element for each row (and alternaterow) */
/** contains .RequiredStar, .Label (question), .Value (answer) and .Spacer **/
.FeedbackForm .Row {}

/* changes formatting of .Row for each alternating row */
/** overrides .Row **/
.FeedbackForm .AlternateRow {}

/* the container element for the required * (asterix) symbol displayed for required questions */
.FeedbackForm .RequiredStar {}

/* changes formatting of .RequiredStar for non-required question */
/** overrides .RequiredStar **/
.FeedbackForm .NotRequiredStar {}

/* the container element for the question */
.FeedbackForm .Label {}

/* change formatting of .Label to a required question */
/**overrides .Label **/
.FeedbackForm .RequiredLabel {}

/* change formatting of .Label when "Place Answer(s) below Question." is checked in SiteCM Manager */
/** overrides .Label **/
.FeedbackForm .WrapLabel {}

/* the container element for the answer */
.FeedbackForm .Value {}

/* change formatting of .Value when "Place Answer(s) below Question." is checked in SiteCM Manager */
/** overrides .Value **/
.FeedbackForm .WrapValue {}

/* a spacer element that exists after each answer */
.FeedbackForm .Spacer {}

/* the container element for the buttons */
.FeedbackForm .Buttons {}

/* the container element for the submit image */
/** sets size and background image for button **/
/** use only .SubmitImage or .SubmitButton, add display: none; to other **/
.FeedbackForm .SubmitImage {}

/* the image form element */
/** should be same size as .SubmitImage **/
.FeedbackForm .SubmitImage input {}

/* the container element for the submit button */
/** use only .SubmitButton or .SubmitImage **/
.FeedbackForm .SubmitButton {}

/* the submit button form element */
.FeedbackForm .SubmitButton input {}

/* message that is display when an error occurs after submitting a form */
.FeedbackForm .ErrorMessages {}

/* message that is display upon completion of the form */
.FeedbackForm .ThankYouMessage {}

/* customize individuals questions and answers */
/** row number starts at 1  */
.FeedbackForm .Row1 {}
.FeedbackForm .Row1 .RequiredStar {} /* used if row is a required question */
.FeedbackForm .Row1 .NotRequiredStar {} /* used if row is a non-required question */
.FeedbackForm .Row1 .Label {}
.FeedbackForm .Row1 .RequiredLabel {}
.FeedbackForm .Row1 .Value {}
.FeedbackForm .Row1 .Spacer {}

