/*Defaults Styling*/

dt {
	float: left; 
	text-align: right; 
	line-height: 25px; 
	margin: 0px; 
	padding: 0px;
}
dd {
	float: left; 
	line-height: 25px; 
	margin: 0px; 
	padding: 0px;
}

/*##########################################
Script: Niceforms 2.0
Theme: StandardBlue
Author: Lucian Slatineanu
URL: http://www.emblematiq.com/
##########################################*/

/*Hovered*/
.NFh {
	background-position: 0px 100%;
}
.NFhr {
	background-position: 100% 100%;
}
/*Hidden*/
.NFhidden {
	
	z-index: -1; 
	position: relative;
}
/*Safari*/
select, input, textarea, button {
	outline: none;
}
/*SUBMIT BUTTON*/
.NFButton {width: 33px; height: 20px; color:#fff; cursor:pointer;}

/*================================================================================
=							DROP-BOX for the SUBMIT page                         =
==================================================================================*/
			
/*Files*/
.NFFileButton { width: 76px; height: 29px; background: transparent url(../img/browse.gif) 0px -8px  no-repeat ;}
.NFFile {position: relative; margin-bottom:5px; width: 225px; padding-top: 5px; overflow: hidden;}
.NFFile input.NFhidden {position: relative; filter: alpha(opacity=0); opacity: 0; z-index: 2; cursor: pointer; text-align: left; width: 225px; }
.NFFileNew {position: absolute; top: 0px; left: 0px; z-index: 1;}

.NFText {border: none; vertical-align: middle; font: 12px/15px Arial, Helvetica, sans-serif; background: none;}
.NFTextCenter {height:21px; background: #fff; margin: 4px 0px; float:left; clear: right; line-height:15px; width: 144px; border: none; padding-top: 2px;}
.NFTextLeft, .NFTextRight {width:5px; height:29px; vertical-align:middle; float:left; background: transparent url(../img/img-field-corners.png) 1px 4px  no-repeat ; }

