div.Survey-1 {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
div.Survey-1 form {
	text-align: left;
}
.success {
	font-size: 15px;
	padding: 15px;
	border: 1px solid #00cc66;
	background-color: #ccffcc;
	margin: 10px;
	text-align: center;
}

ol.questions {
	list-style: none;
}

ol.questions input, ol.questions select, ol.questions textarea {
	border: 1px solid #999999;
	padding: 2px;
}
ol.questions li.optionGroup input {
	border: 0;
}
ol.questions li {
	margin-bottom: 15px;
	clear: left;
}

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

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

ol.questions li span.error {
	float: none;
}
span.required,
ol.questions li.required span, ol.questions li.required label {
	color: #1F6689;
}
.Survey-3 table {
	margin-left: auto;
	margin-right: auto;
}
.Survey-3 .required th {
	color: #1F6689;
	font-weight: bold;
}
.Survey-3 th {
	text-align: right;
	padding-right: 10px;
	font-weight: normal;
}

.Survey-3 th,
.Survey-3 td {
	padding-bottom: 10px;
}
.Survey-3 .required-text {
	margin-bottom: 15px;
	text-align: center;
}
.Survey-3 .survey-description {
	text-align: center;
}
ol.questions li.error span, ol.questions li.error label {
	color: #990033;
}

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

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;
}

ol.questions li ul li {
	float: left;
	clear: none;
}

.buttons {
	clear: left;
	margin-top: 20px;
	margin-left: 250px;
}
.Survey-3 .buttons {
	margin-left: 0;
	text-align:center;
}
.Survey-3 ol.questions li.whitelist {
	text-align: center;
}
.Survey-3 ol.questions li.whitelist input {
	border: 0;
}
.Survey-3 ol.questions li.whitelist label,
.Survey-3 ol.questions li.whitelist span {
	float: none;
	width: 100%;
	text-align: center;
}
.Survey-4 ol li ul {
	margin-left: 210px;
}
.Survey-4 span img {
	margin-left: 210px;
}
ol.questions li.long-text label {
	clear: both;
	float: none;
	width: auto;
	text-align: center;
	margin-right: 0;
}
.long-text {
	text-align: center;
}
.sl-return {
	clear: both;
	text-align: center;
	padding: 10px 10px 20px 10px;
}
.contact-optin {
}

