fieldset {
	border: 1px solid #ddd;
	padding: 10px;
	margin: 10px 0;
}

legend {
	font-size: 1.2em;
	color: #666;
}

td input {
	width: 200px;
}

.small label {
	display: block;
}

td {
	padding: 4px;
}

.label {
	padding-right: 20px;
}

.radio label {
	margin-right: 20px;
}

.radio input, .list-number {
	width: 20px;
}

ol li {
	margin-bottom: 10px;
}

#contactForm td {
    vertical-align: top;
}

.submitBtn {
    width: auto;
}

#success, #error {
	text-align: center;
	padding: 20px 10px;
	border: 2px solid #000;
}

#success {
	background: #9d9;
}

#error {
	background: #d99;
}