.checkbox {
	background: none;
}

.checkbox .checkButton {
	float: left;
	width: 14px;
	height: 14px;
	border: 1px solid #808080;
}

.checkbox.radio .checkButton {
	border-radius: 50%;
}

.checkbox.blue .checkButton {
	border: 1px solid #3fb7e3;
}

.checkbox .indicator {
	width: 8px;
	height: 8px;
	margin: 2px 0 0 2px;
}

.checkbox.radio .indicator {
	border-radius: 50%;
}

.checkbox.checked .indicator {
	background-color: #3DA5D7;
}

.checkbox .text {
	float: left;
	line-height: 14px;
}

