.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: 300px;
	margin-right: 10px;
}

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 {
	color: #333;
	/*font-weight: 300;*/
}

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;
	text-align:center;
}
.contact-form-header {
	font-weight:bold;
	text-align:center;
	font-size:1.1em;
	background-color:#133A8A;
	margin-top:20px;
    margin-bottom:20px;
	color:#fff;
}