.surveyInput, .questionInput {
	margin-bottom: 10px;
}

.surveyInputTitle, .questionInputTitle {
	display: block;
	margin-bottom: 7px;
	font-weight: bold;
}

.surveyCalendarHolder {
	display: none;
	position: absolute;
	z-index: 1;
}

.hiddenElement {
	display: none;
}

.surveyPageTitle {
	margin-bottom: 7px;
	font-weight: bold;
}

.surveyPage {
	margin-bottom: 10px;
}

.questionRow {
	padding: 5px;
}

.surveyRow {
	padding: 5px;
}

.surveyOption textarea {
	vertical-align: top;
}

.surveyOption {
	margin-bottom: 5px;
}

#surveyPageButton, #surveyOptionButton {
	margin-bottom: 10px;
}

#surveySaveButton, #surveyCancelButton, #questionSaveButton, #questionCancelButton {
	float: left;
	margin-right: 5px;
}

#surveyPanel .bd {
	overflow: auto;
}

#surveyPageButton {
	margin-top: 20px;
}

#newSurveyContainer {
	margin-bottom: 10px;
}

#surveyPagination {
	float: right;
}

#surveyListStatusSelector {
	float: left;
}

.surveyList {
	margin-top: 10px;
}

.newSurveyButton {
	margin-top: 5px;
}

#submissionListHeader {
	margin-bottom: 10px;
}

.submissionRow {
	padding: 5px;
}

#emptyRow {
	margin-top: 5px;
}

#surveySubmissionListPage #surveyBackButton {
	margin-top: 10px;
}

.surveyFormHeader {
	font-size: 14px;
	padding: 10px;
}

.surveyFormHeader .surveyTitle {
	font-weight: bold;
}

.surveyDesc {
	margin-top: 10px;
	display: block;
}

.surveyPages {
	float: right;
	font-weight: bold;
}

.questionRow {
	padding: 10px;
}

.surveyQuestion {
	margin-bottom: 7px;
	font-weight: bold;
}

.answerText {
	display: block;
	margin-left: 20px;
	margin-bottom: 5px;
}

#surveyStatsPage .answerTable {
	margin-left: 20px;
}

.answerTable td {
	vertical-align: top;
}

.answerTextTd {
	padding-right: 20px;
}

.answerPercentTd {
	text-align: right;
	padding-right: 5px;
}

.answerCountTd {
	text-align: right;
}

#submissionButtons {
	margin-top: 10px;
}

#submissionButtons .button {
	float: left;
	margin-right: 5px;
}

.numSubmissions {
	display: block;
	margin-top: 10px;
}

.surveyFormFooter a {
	float: left;
	margin-left: 10px;
}

.submissionInfo {
	padding: 10px;
}

.submittedBy {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 14px;
}

.submissionUserAvatar {
	float: left;
}

.submissionUserInfo {
	float: left;
	margin-left: 10px;
}

.submissionUserName {
	display: block;
	font-weight: bold;
	font-size: 14px;
}

.memberSince {
	font-weight: bold;
}

.answerText {
	display: block;
	margin-left: 20px;
	margin-bottom: 5px;
}

.csvInstructions {
	margin-bottom: 10px;
}

#csvList {
	margin: 10px 0px;
}

.csvFile {
	margin: 5px;
}

.generatingNewResults {
	background-color:#ECECEC;
	border:1px solid #333333;
	color:#333333;
	margin:0 0 10px;
	padding:4px;
}

.generateResultsText {
	margin: 5px 0;
}

.generateResults {
	margin: 5px 0 15px;
}