/*Defaults Styling*/

input, textarea, select {
	font:12px/12px Arial, Helvetica, sans-serif;
	padding:0;
}
dl {
	clear:both;
}

dd {
	float:left;
	width:150px;
	line-height:25px;
	margin:0 0 12px 0;
	background: #ccc;
	border-radius:10px;
}
/*Text inputs*/
.NFText {
	border:none;
	font:14px Arial, Helvetica, sans-serif;
	background:none;
	color:#666666;
	background: #ccc;
	text-align:center
}
.NFTextCenter {
	height: 25px;
	padding:3px 0;
	margin:0;
	float:left;
	line-height:25px;
	border-radius:10px;
	width:140px;
	text-align:center;
	color:#666666 !important;
}

/*Focused*/
.NFfocused {
	border:1px dotted #666;
}
/*Hovered*/
.NFh {
	background-position:0 100%;
}
.NFhr {
	background-position:100% 100%;
}
/*Hidden*/
.NFhidden {
	opacity:0;
	z-index:-1;
	position:relative;
}
/*Safari*/
select, input, textarea, button {
	outline:none;
	resize:none;
}
