@charset "utf-8";
*:first-child+html button[type]{width: 1;} /* IE7 */



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

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


/* -------------
 * Checkboxes
 * ------------- */
.jNiceCheckbox {
	background: transparent url(jNiceImg/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: 252px;
	height:25px;
	position:relative;
	background-color:#5e873d;
	font-weight:bold; 

}

.jNiceSelectWrapper div span {
	float: none;
	position: absolute;
	width: 257px;
	height: 25px;
	line-height: 15px;
	padding: 5px 7px 7px 7px;
	overflow: hidden;
	margin-bottom:5px;
	
}

.jNiceSelectWrapper div a {
	display: block;
	position: absolute;
	right: 0px;
	width: 26px;
	height: 26px;
	top:0px;
	background: url(jNiceImg/drop.jpg) no-repeat center top;
	outline:none;
}

.jNiceSelectWrapper ul {
	position: absolute;
	width: 243px;
	top: 32px;
	left: 8px;
	list-style: none;
	background-color: #FFF;
	border: solid 1px #CCC;
	display: none;
	margin: 0px;
	padding: 0px;
	height: 105px;
	overflow: auto;
	overflow-y: auto;
	z-index:100;
}

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

.jNiceSelectWrapper ul a:hover { background:#dde0e1;
color:#73bb11; }
.jNiceSelectWrapper ul a.selected {background: #EDEDED;}

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

