/* -------------
 * Buttons
 * ------------- */
button {margin:0;padding:0;border:none;background-color:transparent;cursor:pointer;overflow:visible;outline:none;moz-outline:none;}
*:first-child+html button[type]{width:1;} /* IE7 */

button span {
	background: transparent url(../img/jnice/btn_right.gif) no-repeat scroll right top;
	display: block;
	float: left;
	padding: 0px 4px 0px 0px; /* sliding doors padding */
	margin: 0px;
}

button span span {
	background: transparent url(../img/jnice/btn_left.gif) no-repeat;
	color: #FFFFFF;
	padding: 1px 4px 0px 8px;
	font-weight: normal;
	font-size: 10px;
	line-height: 13px;
	text-transform: lowercase;
	display: block;
	text-decoration: none;
}

/* -------------
 * Inputs
 * ------------- */
.jNiceInputWrapper {
	background: transparent url(../img/jnice/input_left.gif) no-repeat left top;
	margin-right:5px;
	float:left;
}
.jNiceWrapper,
.jNiceInputWrapper{
	margin-bottom:3px;
	}
.jNiceInputInner {
	background: transparent url(../img/jnice/input_right.gif) no-repeat right top;
	padding: 0px 13px 0px 0;
	margin: 0 0 0 13px;
  *padding-bottom:3px;/* IE Hacks */
}
.win.ff2 .jNiceInputInner,
.win.ff3 .jNiceInputInner{
	padding-top:5px;
	}
.jNiceInputInner input {
	font-size:13px;
	line-height: 26px;
	height: 26px;
	*line-height: 24px;/* IE Hacks */
	*height: 24px;/* IE Hacks */
	vertical-align:middle;padding:0;margin:0;background:none;border:none;outline:none;
}
.win.ff2 .jNiceInputInner input,
.win.ff3 .jNiceInputInner input{
	line-height: 21px;
	height: 21px;
	}
/*
.jNiceInputWrapper_hover { background-position: left bottom; }
.jNiceInputWrapper_hover .jNiceInputInner { background-position: right bottom; }
*/

/* -------------
 * Radios
 * ------------- */
.jRadioWrapper { float: left; z-index: 2; }
.jNiceRadio {
	background: transparent url(../img/jnice/radio.gif) no-repeat 50% 0;
	height: 13px;
	width: 14px;
	position:absolute;left:0px;top:0px;cursor:pointer;vertical-align:middle;
	}

/* -------------
 * Checkboxes
 * ------------- */
.jNiceCheckbox {
	background: transparent url(../img/jnice/checkbox.gif) no-repeat 50% 0;
	height: 14px;
	width: 15px;
	position:absolute;left:0px;top:0px;z-index:2;cursor:pointer;
}
/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
.jNiceChecked {background-position:50% 100%;}
/* -------------
 * Selects
 * ------------- */
.jNiceWrapper{height:26px;}
.jNiceWrapper select {border:none;margin:0;padding:0;}

.jNiceSelectWrapper {
	height: 26px;
	left:0px;top:0px;z-index:3;position:absolute;
}

.jNiceWrapper iframe {position:absolute;z-index:1;width:100%;left:0px;top:0px;}

.jNiceSelectWrapper .jNiceSelectText {
	height: 26px;
	line-height: 26px;
	padding: 0px 0 0 13px;
	background:transparent url(../img/jnice/select_left.gif) no-repeat 0 0;
	overflow:hidden;float:none;position:absolute;z-index:100;
}

.jNiceSelectWrapper .jNiceSelectOpen {
	width: 29px;
	height: 26px;
	background:transparent url(../img/jnice/select_right.gif) no-repeat center center;
	z-index:100;display:block;position:absolute;right:0px;
}

.jNiceSelectWrapper ul {
	top: 26px;
	/*
	background:#fff url(../img/jnice/select_list.gif) no-repeat 0 0;
	border-width:0 1px 1px 0;
	*/
	border: solid 1px #b2b2b2;
	background:#fff;
	height: 150px;
	position:absolute;left:0px;list-style:none;display: none;margin:0;padding:0;overflow-y:auto;z-index:100;width: 95%;
}

.jNiceSelectWrapper ul a {
	color:#2db319;
	background-color: #FFF;
	display:block;padding:5px;text-decoration:none;
}

.jNiceSelectWrapper ul a:hover,
.jNiceSelectWrapper ul a.selected { background:#b2b2b2; color:#fff; }


.jNiceFocus { border: dotted 1px #666666; }

.jNiceHidden {opacity:0;z-index:-1;position:relative;}
.jNiceWrapper {position:relative;vertical-align:top;}
.jNiceWrapper input {outline:none;moz-outline:none;}