
/* imagem de fundo comum a todos os radiobox e checkbox */
.uform_checkbox div.uform_control, .uform_radiobox div.uform_control {
	background-image: url(../ui/uform_checkbox_radiobox.png);
	background-repeat: no-repeat;
	background-color: transparent;
	display: block;
	height: auto;
}

/* layouts */
.uform_radiobox_horizontal {
	float: left;
	min-width: 50px;
}
.uform_radiobox_vertical {
	clear: both;
}

/* estilo geral */
.uform_radiobox, .uform_checkbox {
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	cursor:default;
	min-height: 16px;
}
.uform_radiobox {
	margin: 2px 2px 2px 0px;
}

.uform_radiobox_icon {
	width: 18px;
	height: 16px;
	float: left;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.uform_context {
	display: block;
	clear: both;
	margin-left: 26px;
}
.uform_label {
	font-size: 13px;
	float: left;
}


.uform_radio_nolabel {
	min-width: unset !important;
}