label {
	cursor: pointer;
	display: inline-block;
	width: 20%;
}

.checkbox label {
	width: 90%;
}

.captcha_verify label {
	width: auto;
}

input[type="text"] {
	width: 75%;
}

.captcha_verify input[type="text"] {
	width: auto;
}

.radios, .checkboxes {
	position: relative;
	margin: 0;
	padding: 0;
}

.radios legend, .checkboxes legend {
	position: absolute;
	left: 0.3em;
	top: 0.625em;
	bottom: 0.3em;
}

.radios .row, .checkboxes .row {
	margin-left: 20%;
}
