.used-form {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

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

ol.questions {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

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

ol.questions li {
	clear: left;
	margin-bottom: 5px;
}

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

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

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

ol.questions li.required span, ol.questions li.required label {
	color: #009999;
}

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-image: none;
	list-style-position: outside;
	list-style-type: none;
}

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

.buttons {
	clear: left;
	margin-left: 250px;
	margin-top: 20px;
}
