/* -------------
 * Inputs
 * ------------- */
.jNiceInputWrapper {
	background: transparent url(img/-input_left.gif) no-repeat left top;
	height: 23px;
	padding: 0px;

}

.jNiceInputInner {
	background: transparent url(img/input_right.gif) no-repeat right top;
	padding: 7px 9px;
	margin: 0px 0px 0px 4px;
}

.jNiceInputInner div {
	height: 16px;
}

.jNiceInputInner input {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 18px;
	vertical-align: middle;
	height: 16px;
	color:#06F;	
	border: 0;
	padding: 0px;
	margin: 0px;
}

.jNiceSafari .jNiceInputInner div {
	position: relative;
	overflow: hidden;
}

.jNiceSafari input {
	background: none;
	position: absolute;
	top: -2px;
	left: -4px;
	height: 26px; 
}

/* -------------
 * Radios
 * ------------- */
.jRadioWrapper {float: left; width: 20px;}
.jNiceRadio {
	background: transparent url(img/radio.gif) no-repeat center top;
	vertical-align: bottom;
	height: 12px!important;
	width: 12px!important;
	display:block;/*display: -moz-inline-block;*/
	margin: 0 5px 0 0;
}

/* -------------
 * Checkboxes
 * ------------- */
.jNiceCheckbox {
	background: transparent url(img/checkbox.gif) no-repeat center top;
	vertical-align: middle;
	height: 16px;
	float: left;
	margin: 0 5px 0 0;
	width: 16px;
	display:block;/*display: -moz-inline-block;*/
}
.jNiceCheckbox:hover { background-position: center -15px;}
.jNiceChecked { background-position:  center -30px ;}
.jNiceRadioChecked { background-position:  center bottom ;}

/* -------------
 * Selects
 * ------------- */
.jNiceSelectWrapper {
	width: 181px;
	display: block;
	position:relative;
	height: 30px;
	float: left;
	border: none !important;
}
.jNiceSelectWrapper div span {
	display:block;
	float: left;
	width: 142px;
	height: 16px;
	line-height: 1em;
	font-size: 14px;
	color: #646464;
	padding: 7px;
	overflow: hidden;
	border: 0!important;
	background: url(img/select_left.gif) no-repeat top left;
	margin:0!important;
	text-align: left;
}
.jNiceSelectWrapper div a, .jNiceSelectWrapper div a:visited {
	display: block;
	float: left;
	width: 25px;
	height: 30px;
	border: none;
	background: url(img/select_right.gif) no-repeat top right;
}
.jNiceSelectWrapper div a:hover {
	background: url(img/select_right.gif) no-repeat bottom right;
}
.jNiceSelectWrapper ul {
	position: absolute;
	width: 180px !important;
	top: 29px;
	left: 0px;
	list-style: none;
	background: #fff;
	display: none;
	margin: 0px;
	padding: 0px;
	border: 1px solid #ccc;
	max-height: 210px;
	overflow: auto;
	z-index:999;
	font-size: 1.2em;
}
.jNiceSelectWrapper ul li { width: auto !important; }

.jNiceSelectWrapper ul a {
	display: block;
	padding: 7px 7px;
	text-decoration: none!important;
	color: #666;
	background-color: #FFF;
	line-height: 1.1em;
}
.jNiceSelectWrapper ul a:hover { background:#fc0; color: #039; }
.jNiceSelectWrapper ul a.selected { background: #039; color: #fc0; }

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jNiceHidden {display: none;}
