
body
{
	color: #383870;
	background-color: #ffffff;
	padding: 10px;
}


/* used in <form> tag
   for the form that contains the questions/answers */
.surveyform
{
	color: inherit;
	background-color: inherit;
	font-family: arial;
	font-size: 1.1em;
	font-weight: normal;
}


/* used in <div> tag
   for the div that contains/separates each question */
.surveyquestion
{
	color: #000000;
	background-color: inherit;
	font-family: arial;
	font-size: 1.1em;
	margin: 0px;
}


/* used in <div> tag
   for the div that contains sub-questions (questions only applicable when a given answer to a previous question is selected) */
.surveysubquestions
{
	color: inherit;
	background-color: inherit;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 20px 50px;
}


/* used in <div> tag
   for the div that wraps the prompt, validation and confidential messages */
.surveyquestionpreamble
{
	color: inherit;
	background-color: inherit;
	padding: 0em 0em 1.3em 0em;
}


/* used in <div> tag
   for the div that contains the question prompt */
.surveyquestionprompt
{
	color: inherit;
	background-color: inherit;
	margin: 0px;
	font-weight: bold;
	font-size: 12px;
}


/* used in <div> tag
   for the div that contains the validation error message */
.surveyvalidationmessage
{
	color: #901010;
	background-color: inherit;
	font-size: 1.1em;
	font-family: arial;
	font-weight: bold;
	margin: 1.3em 0 0 0;
}


/* used in <div> tag
   fort he div that contains the 'your answer is confidential' message */
.surveyconfidentialmessage
{
	color: inherit;
	background-color: inherit;
	margin: 0.9em 0 0 0;
	font-size: 1.1em;
	font-weight: normal;
	font-style: italic;
}


/* used for <label> tag
   for the the label that contains the choice checkbox/radio button and option text */
.surveymchoice
{
	color: inherit;
	background-color: inherit;
	font-size: 1em;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}


/* used in <a> tags
   for the navigation links (those that move the user back and forward through the pages of the survey) */
.surveynavigationlink
{
	color: #000000;
	background-color: #b0c4de;
	float: right;
	font-family: tahoma;
	font-size: 1.1em;
	font-weight: bold;
	padding: 1px 8px 2px 8px;
	margin: 0px 5px 0px 5px;
	border: 1px solid #4682b4;
	text-decoration: none;
	cursor: pointer;
}


/* used in <input> tag
   for the navigation buttons (those that move the user back and forward through the pages of the survey) */
.surveynavigationbutton
{
	color: #000000;
	background-color: #b0c4de;
	float: right;
	font-family: tahoma;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0px 4px 0px 4px;
	margin: 0px 5px 0px 5px;
	border: 1px solid #4682b4;
	cursor: pointer;
}


/* used in <input> tag
   for navigation buttons that are disabled (this is usually the case if JavaScript is disabled) */
.surveynavigationbuttondisabled
{
	color: #707070;
	background-color: inherit;
	font-family: tahoma;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0px 4px 0px 4px;
	margin: 0px 5px 0px 5px;
	border: 1px solid #707070;
	/* completely hide the button
	   - but in case the browser does not support "display:none", also define a disabled style above */
	display: none;
}


/* used in <input> tag
   for the text box for entering free-text */
.surveytextbox
{
	color: #000000;
	background-color: #fcfbf7;
	padding: 1px;
	border: 1px solid #4682b4;
}


/* used in <textarea> tag
   for the text area for entering free-text */
.surveytextarea
{
	color: #000000;
	background-color: #fcfbf7;
	padding: 1px;
	border: 1px solid #4682b4;
}


/* used in <input> tag
   for the checkboxes shown in a multiple choice question */
.surveymchoicecheckbox
{
	color: inherit;
	background-color: inherit;
	padding: 0px;
	margin: 0px 0px -1px 20px;           /* The Firefox radio button is trimmed more than its checkbox button. -1 px is a compromise that gets both buttons roughly in line with the label text. */
}


/* used in <input> tag
   for the checkboxes shown in a ranking question */
.surveyrankingcheckbox
{
	color: inherit;
	background-color: inherit;
	margin: 0px;
}




/* used in <div> tag
   for text that instructs the user how to answer a ranking question */
.surveyrankinginstructions
{
	color: #606060;
	background-color: inherit;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

/* used in <table> tag
   for table that positions the ranking choices and checkboxes */
.surveyrankingtable
{
	color: inherit;
	background-color: inherit;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

/* used in <th> tag
   for heading cell that displays the 'Ranking:' text  */
.surveyrankingtableheaderlabel
{
	color: inherit;
	background-color: inherit;
	font-family: tahoma;
	font-size: 1em;
	text-align: right;
	font-weight: normal;
}

/* used in <th> tag
   for heading cell that displays the rank value (1 or 2 or 3, etc) */
.surveyrankingtableheader
{
	color: inherit;
	background-color: inherit;
	font-family: tahoma;
	font-size: 1em;
	text-align: center;
}

/* used in <font> tag
   for text that is associated with each rank (surveyrank0text is used when no rank is selected) */
.surveyrank0text
{
	color: inherit;
	background-color: inherit;
}
.surveyrank1text
{
	color: #a00000;
	background-color: inherit;
}
.surveyrank2text
{
	color: #a05000;
	background-color: inherit;
}
.surveyrank3text
{
	color: #a0a000;
	background-color: inherit;
}
.surveyrank4text
{
	color: #80c000;
	background-color: inherit;
}
.surveyrank5text
{
	color: #00a000;
	background-color: inherit;
}

/* used in <td> tag
   for table cell that displays the choice text */
.surveyrankingtablechoice
{
	color: inherit;
	background-color: inherit;
	font-family: inherit;
	font-size: 0.9em;
	text-align: left;
	padding: 3px 5px 3px 0px;
	margin: 0px;
	border: 0px;
}

/* used in <td> tag
   for table cell that contains the checkbox */
.surveyrankingtableselectcell
{
	color: inherit;
	background-color: inherit;
	text-align: center;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

/* used in <div> tag
   for validation message shown at the top of the page */
.surveypagevalidationmessage
{
	color: #901010;
	background-color: inherit;
	padding: 5px 0px 20px 5px;
}
.surveyinfo
{
	font-size: 0.9em;
	font-style:italic;
}
.surveylink
{
	color: BLUE; 
	text-decoration: underline;
}
.surveyinput
{ font: 1em "Arial", sans-serif; vertical-align: top;}
