
/* -------------
 * Radios
 * ------------- */
.jRadioWrapper {float: left;}
.jNiceRadio {
	background: transparent url(img/radio.gif) no-repeat center top;
	vertical-align: middle;
	height: 18px;
	width: 18px;
	display:block;/*display: -moz-inline-block;*/
}


/* -------------
 * Checkboxes
 * ------------- */
.jNiceCheckbox {
	background: transparent url(img/checkbox.gif) no-repeat center top;
	vertical-align: middle;
	height: 18px;
	width: 18px;
	display:block;/*display: -moz-inline-block;*/
}

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


/* -------------
 * Selects
 * ------------- */
.jNiceSelectWrapper {
	width: 330px;
	position:relative;
	height: 18px;
}

.jNiceSelectWrapper div span {
	float: none;
	position: absolute;
	width: 305px;
	line-height: 18px;
	padding: 4px;
	overflow: hidden;
	border: 1px solid #73AA00;
	border-right: none;
	font-size: 1.2em;
	background: #fff;
}

.jNiceSelectWrapper div a {
	display: block;
	position: absolute;
	left: 305px;
	width: 25px;
	height: 28px;
	background: url(img/select_right.gif) no-repeat center center;
}

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

.jNiceSelectWrapper ul a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color:#0099CC;
	background-color: #FFF;
}

.jNiceSelectWrapper ul a:hover { background:#E1F5FF; }
.jNiceSelectWrapper ul a.selected {background: #EDEDED;}

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

