/* Special */
.page_survey_survey_thankyou .boxcontent,
.page_survey_survey_error .boxcontent {
	padding: 20px;
	font-weight: bold;
}

/* Survey Form */

#survey_intro {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
}
#survey_intro strong {
	text-decoration: underline;
}

#survey_surveyintro {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

.surveyelement {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

.surveyelement_question {
	font-weight: bold;
	margin-bottom: 7px;
	margin-left: 35px;
	text-indent: -35px;
}

.surveyelement_question .counter {
	display: inline-block;
	width: 35px;
	text-indent: 0px;
}

.surveyelement .radiobutton_block {
	display: block;
	margin-top: 3px;
	margin-left: 35px;
}

div.survey_additionalcommentbox {
	/* margin-top: -76px; */
	margin-right: 175px;
	/* float: right;	 */
}

div.survey_additionalcommentbox_2opts {
	/* margin-top: -67px; */
}

div.survey_additionalcommentbox_5opts {
	margin-top: -97px;
}

.surveyelement_spacer {
	margin-top: 25px;
}

.boxform .surveyelement label {
	font-weight: normal;
	margin-left: 35px;
}

.boxform .surveyelement label.error {
	font-weight: normal;
	margin-left: 5px;
	padding-top: 0px;
}

.surveyelement_freeform {
	width: 400px;
	height: 55px;
	margin-left: 35px;
}

.surveyelement_freeform {
	height: auto;
}

.survey_infoblock {
    color: black;
    text-shadow: none 1px 1px;

	background: #e5e5e5;
	background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#e5e5e5));
	background: -moz-linear-gradient(top,  #e5e5e5,  #e5e5e5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#e5e5e5');

	border: 1px solid #e5e5e5;

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	font-weight: bold;
	padding: 7px 10px;
}

/* General page setup */
.surveynavlink {
	font-weight: bold;
	display: block;
}


/* *** Admin Panels *** */
#fdpooldata {
	width: 450px;
	border: 1px solid black;
	padding: 0px 8px;
	margin-top: 10px;
}

.surveynote {
	font-size: 10px;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 5px;
}
.surveyedit_header {
	font-weight: bold;
}
.poolspacingnote {
	display: block;
}
.surveyinforow {
	margin-bottom: 4px;
	margin-top: 2px;
}
#survey_infoversion .rcicon {
	float: left;
	margin-right: 8px;
	margin-top: 2px;
}
#editsurvey_icons .rcicon {
	float: left;
	margin-right: 8px;
	margin-top: 2px;
}
#editsurvey_icons div {
	margin-top: 4px;
}

/* Tables */
#surveysummary td.type {
	text-align: left;
	width: 100px;
}
#surveysummary td.type .rcicon {
	margin-right: 3px;
}
#surveysummary tr.inactive td {
	opacity: 0.6;
}
#surveyquestions td.actions {
	width: 110px;
}
#surveyquestions td.type {
	width: 250px;
}

/* Other admin pages */

#survey__assignsurvey label {
	margin: 15px 0px 5px;
}
.survey_assigninfo {
	margin: 5px 0px 10px;
	font-size: 11px;
}
#survey__assignsurvey label#surveyid_label {
	margin-top: 5px;
}
.survey_questionsortheader {
	display: inline;
	font-weight: bold;
}
.survey_questionsort {
	display: inline;
}
label.error {
	left: 0;
}
