/* -------------
 * Inputs
 * ------------- */
.jNiceInputWrapper {
	background: transparent url(../../images/registro/elements/input.gif) no-repeat left top;
	float:left;
}

.jNiceInputInner {
	background: transparent url(../../images/registro/elements/input.gif) no-repeat right top;
	padding: 2px 4px 2px 0;
	margin: 0 0 0 4px;
}

.jNiceInputInner input {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	line-height: 22px;
	height: 21px;
	vertical-align:middle;
	padding: 1px 1px 1px 1px;
	margin:0;
	background:none;
	border:none;
	outline:none;
}
.jNiceInputWrapper_hover2 { background-position: left bottom; }
.jNiceInputWrapper_hover { background-position: left bottom; }
.jNiceInputWrapper_hover .jNiceInputInner { background-position: right bottom; }


/* -------------
 * Radios
 * ------------- */
.jRadioWrapper {
	/*float: left; */
z-index: 2;
}
.jNiceRadio {
	background: transparent url(../../images/registro/form/radio.png) no-repeat center top;
	height: 16px;
	width: 16px;
	position:absolute;left:0;top:0;cursor:pointer;vertical-align:middle;
}


/* -------------
 * Checkboxes
 * ------------- */
.jNiceCheckbox {
	background: transparent url(../../images/registro/form/gustos_check.gif) no-repeat center top;
	height: 16px;
	width: 16px;
	position:absolute;left:0px;top:0px;z-index:2;cursor:pointer;
}

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
.jNiceChecked { background-position: center bottom;}

/* -------------
 * Selects
 * ------------- */
.jNiceWrapper select {border:none;margin:0;padding:0;}

.jNiceSelectWrapper {
	height: 17px;
	left:0px;top:0px;z-index:3;position:absolute;
}

.jNiceWrapper iframe {position:absolute;z-index:1;width:100%;left:0px;top:0px;}

.jNiceSelectWrapper .jNiceSelectText {
	background:transparent url(../../images/registro/form/select_left.png) no-repeat scroll 0 0;
	color:#df8200;
	height: 21px;
	line-height: 19px;
	padding: 4px 3px 3px 17px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	overflow:hidden;float:none;position:absolute;z-index:100;
}

.jNiceSelectWrapper .jNiceSelectOpen {
	width: 25px;
	height: 27px;
	background: url(../../images/registro/form/select_right.png) no-repeat center center;
	z-index:100;display:block;position:absolute;
	right:-7px;
}

.jNiceSelectWrapper ul {
	top: 27px;
	background-color: #FFF;
	border: solid 1px #cad4ce;
	height: 150px;
	position:absolute;left:0px;list-style:none;display: none;margin:0;padding:0;overflow:auto;z-index:100;width: 95%;
}

.jNiceSelectWrapper .largo {
	height: 150px;
}

.jNiceSelectWrapper ul a {
	font-family: Arial;
	font-size: 11px;
	color: #000;
	background-color: #FFF;
	display:block;padding:5px;text-decoration:none;
}

.jNiceSelectWrapper ul a:hover { background:#ededed; }
.jNiceSelectWrapper ul a.selected {background: #ededed; font-weight:bold;}

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

.jNiceHidden {z-index:-1;position:relative;}
.jNiceWrapper {position:relative;vertical-align:top;}
.jNiceWrapper input {outline:none;}