/* -------------

 * Radios

 * ------------- */

.jRadioWrapper { float: left; z-index: 2; }

.jNiceRadio {

	background: url(../imagini/form_radio_b.jpg) no-repeat;
	height: 17px;
	width: 17px;
	position:absolute;
	left:0;
	top:10px;	
	cursor:pointer;
}





/* -------------

 * Checkboxes

 * ------------- */

.jNiceCheckbox {

	background: url(../imagini/form_check_b.jpg) no-repeat;
	height: 17px;
	width: 17px;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	cursor:pointer;

}



/* -------------

 * Checked - Used for both Radio and Checkbox

 * ------------- */

.jNiceChecked { background-position: 0 -17px;}

.jNiceFocus { border: dotted 1px #666666; }

p.layout-rand-jumatate label {
	padding: 0 0 0 10px;
	margin:0;
	color:#303030;
	font-size: 14px;
	text-shadow:#f5f5f5 1px 1px 0;
}
p.t{
	font-size: 14px;
}

p.t1{
	width: 700px;
	font-size: 14px;
}


.jNiceHidden {opacity:0;z-index:-1;position:relative;}

.jNiceWrapper {position:relative;}

.jNiceWrapper input {outline:none;}
