.indicates {
    margin:20px 0 10px 0;
}
span.required {
    background:transparent url(/images/required.gif) top right no-repeat;
}
.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 {
	margin-bottom: 15px;
	clear: left;
}

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

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, ol.questions li.required label {
}

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