.success {
	font-size: 15px;
	padding: 15px;
	border: 1px solid #00cc66;
	background-color: #ccffcc;
	margin: 10px;
	text-align: center;
}

ol.questions {
	list-style: none;
	margin-left: 0;
}

ol.questions input, ol.questions select, ol.questions textarea {
	border: 1px solid #999999;
	padding: 2px;
}

ol.questions li {
	margin-bottom: 5px;
	clear: left;
    padding-bottom: 10px;
}
ol.questions li.longText {
    margin-top: 10px;
}

ol.questions li label {
	float: left;
	text-align: right;
	width: 250px;
	margin-right: 10px;
}

div.Survey-6 ol.questions .question-label {
	width: 200px;
	vertical-align: top;
}

div.Survey-6 ol li {
	margin-bottom: 20px;
}

ol.questions li.optionGroup label, ol.questions li.checklist label {
	width: inherit;
	float: none;
}

ol.questions li span.error {
	float: none;
}

ol.questions li.required span,
li.optionGroup span,
ol.questions li.required label {
	color: #900;
	font-weight: bold;
}

ol.questions li.error span, ol.questions li.error label {
	color: #990033;
}

ol.questions li.error input, ol.questions li.error select, ol.questions li.error textarea {
	background-color: #ffcccc;
}

ol.questions li ul {
	list-style: none;
}
.question-og-label {
	margin-bottom: 5px;
}
ol.questions li ul li {
	/*float: left;*/
	display: inline;
	clear: none;
}

.Survey-18 ol.questions li.last {
    clear: both;
}
.Survey-18 ol.questions li ul li {
    white-space: nowrap;
}

ol.questions li.optionGroup {
	/*float: none;*/
	text-align: center;
}

div.walk-in-tub-help ol.questions li ul li {
	display: inherit;
	float: left;
	width: 125px;
}
.buttons {
	clear: left;
	width: 700px;
	text-align: center;
	margin-top: 15px;
}
.walk-in-tub-help ol.questions li.longText label {
	width: 200px;
}
#content .checklist td.question-label {
	width: 200px;
	text-align: right;
	vertical-align: top;
}
#content .checklist li {
	display: block;
}
#content .checklist li label {
	color: #000;
	font-weight: normal;
}
#content .checklist input {
	border: 0;
}

