form#relativearmor {
	margin: 25px 0;
	max-width: 660px;
}

fieldset {
	padding: 15px;
}

label {
	display: block;
	padding: 5px 0;
}

label.double {
	clear: both;
}

label.left {
	clear: none;
	float:left;
	width:50%;
}

label.right {
	clear: none;
	float:right;
	width:50%;
}

label.group {
	padding: 0;
}

label.left div, label.right div {
	margin: 5px 30px;
}

legend {
	font-weight: bold;
}

input {
	border: 1px solid #333;
	box-sizing: border-box;
	font-family: "century gothic", sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding: 10px 15px;
}

input.error {
	border: 2px solid #f00;
}

p.error, li.error {
	color: #f00;
	font-weight: bold;
}

div.radiobuttons {
	clear: both;
	padding: 5px 0;
}

#relativearmor input[type=text] {
	display: block;
	text-align: right;
	width: 100px;
}

#relativearmor input[type=radio] {
	height: 20px;
	width: 20px;
	vertical-align: middle;
}

#buttons {
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

#relativearmor input[type=submit] {
	font-size: 150%;
}