
label {
	color:#999;
	cursor:pointer;
	padding-left:2px;
	line-height:16px;
}
label.chosen {color:#333;}

/*Transparent items*/
.outtaHere {
	position:absolute;
	left:-3000px;
}

/*Radio buttons*/
.radioArea, .radioAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:15px;
	height:14px;
	font-size:0;
	cursor:pointer;
}
.radioArea {background:url(/_js/niceforms1/images/radio.gif) no-repeat left top;}
.radioAreaChecked {background:url(/_js/niceforms1/images/radio.gif) no-repeat left bottom;}

/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:13px;
	height:13px;
	font-size:0;
	padding:0;
	margin:0;
	cursor:pointer;
}
.checkboxArea {background:url(/_js/niceforms1/images/checkbox.gif) no-repeat left top;}
.checkboxAreaChecked {background:url(/_js/niceforms1/images/checkbox.gif) no-repeat left bottom;}
.focused {border:1px dotted #ddd;}
