/* -------------
 * 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(../images/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(../images/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(../images/jNice/input.png) no-repeat left top;
	float:left;
}

.jNiceInputInner {
	background: transparent url(../images/jNice/input.png) no-repeat right top;
	padding: 2px 4px 2px 0;
	margin: 0 0 0 4px;
}

.jNiceInputInner input {
	font-family:"Trebuchet MS";
	font-size: 12px;
	color:#FFFFFF;
	line-height: 20px;
	height: 20px;
	*line-height: 15px;/* IE Hacks */
	*height: 18px;/* IE Hacks */
	vertical-align:middle;
	padding:0;
	padding-left: 24px;
	margin-top:0;
	border:none;
	outline:none;
	background:none;
}

.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/jNice/radio.gif) no-repeat center top;
	height: 18px;
	width: 18px;
	position:absolute;left:0px;top:0px;cursor:pointer;vertical-align:middle;
}


/* -------------
 * Checkboxes
 * ------------- */
.jNiceCheckbox {
	background: transparent url(../images/jNice/checkbox.gif) no-repeat center top;
	height: 18px;
	width: 18px;
	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: 24px;
	width: 308px !important;
	*width: 308px;/* IE Hacks */
	left:0px;
	top:0px;
	z-index:3;
	position:relative;
	border: 1px solid #484848;
	padding-left: 5px;
	margin-left: 18px;
}

.jNiceWrapper iframe {
	position:absolute;
	z-index:1;
	width:50;
	left:0px;
	top:0px;
}

.jNiceSelectWrapper .jNiceSelectText {
	height: 15px;
	line-height: 15px;
	padding: 0px 3px;
	border: 1px solid #000000;
	border-right: none;
	overflow:hidden;
	float:none;
	text-align:left;
	position:absolute;
	z-index:100;
}

.jNiceSelectWrapper .jNiceSelectOpen {
	width: 22px;
	height: 22px;
	background: url(../images/jNice/select_right.gif) no-repeat center center;
	z-index:100;display:block;position:absolute;right:1px; top: 1px;
}

.jNiceSelectWrapper ul {
	top: 24px;
	background-color: #333333;
	border: solid 1px #484848;
	height: 150px;
	position:absolute;
	left:-1px;
	list-style:none;
	display: none;
	margin:0;
	padding:0;
	overflow:auto;
	z-index:100;
	width: 265px;
}

.jNiceSelectWrapper ul a {
	color:#FFFFFF;
	background-color: #666666;
	display:block;
	padding:5px;
	text-decoration:none;
}

.jNiceSelectWrapper ul a:hover { background:#666667; }
.jNiceSelectWrapper ul a.selected {background: #333333;}

.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;}