.miniSurveyView {
	margin-bottom: 16px;
}
.miniSurveyView table tr td input{
	width: 260px;
}
.miniSurveyView #msg {
	background: #FFFF99;
	color: #000;
	padding: 2px;
	border: 1px solid #999;
	margin: 8px 0px 8px 0px;
}
.miniSurveyView table.formBlockSurveyTable td {
	padding-bottom: 4px;
}
.miniSurveyView td.question {
	padding-right: 12px;
	vertical-align: top;
}
.miniSurveyView #msg .error {
	padding-left: 16px;
	color: #cc0000
}
.miniSurveyView table.formBlockSurveyTable td img.ccm-captcha-image {
	float: none;
}
.miniSurveyView .required {
	color: #cc0000;
}

.miniSurveyView table tr td input.formBlockSubmitButton {
	background-color: #672778;
	border: none;
	color: #FFFFFF;
	padding: 7px;
	cursor: pointer;
	display: block;
	max-width: 100px !important;
}
.miniSurveyView table tr td input.formBlockSubmitButton:hover {
	color: #F0C722 !important;
}
.miniSurveyView table tr td .radioPair input {
	width: auto !important;
	border: none !important;
	-webkit-box-shadow: 0px 0px 0px 0px #FFFFFF !important;
	box-shadow: 0px 0px 0px 0px #FFFFFF !important;
}