.survey-question, #action-button {
	display:none;
}

form.survey-form {
	text-align:left;
}

.multi-question .survey-question {
	display:block;
	padding-bottom:5px;
	border-bottom:1px solid #000;
}

.question-content {
	margin-top:20px;
}

.pcsvupdated {
   font-weight:bold;
   background-color:#CCFFCC;
   border:1px solid #66FF66;
   width:550px;
   margin-top:25px;
   padding:10px;
}

.pcsvwarning {
   font-weight:bold;
   background-color:#ffffe0;
   border:1px solid #e6db55;
   width:550px;
   margin-top:25px;
   padding:10px;
}

.pcsverror {
   font-weight:bold;
   background-color:#FFCDCC;
   border:1px solid #FF0000;
   width:550px;
   margin-top:25px;
   padding:10px;
}
