/*##########################################
Name: Default styling for Niceforms v.1.0
Author: Lucian Slatineanu
URL: http://www.badboy.ro/
##########################################*/


/*Forms defaults - change as needed*/
input, textarea {
}
label {
}
label.chosen {}

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

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