/* -------------
 * Buttons
 * ------------- */
button {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	overflow: visible;
}

*:first-child+html button[type]{width: 1;} /* IE7 */

button span {
	background: transparent url(images/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/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;
}

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


/* -------------
 * Checkboxes
 * ------------- */
.jNiceCheckbox {
	background: transparent url(images/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: 132px;
	position:relative;
	height: 15px;
}

.jNiceSelectWrapper div span {
	float: none;
	position: absolute;
	width: 104px;
	height: 15px;
	padding: 0px 3px;
	overflow: hidden;
	background-color: #c0c0c0;

}

.jNiceSelectWrapper div a {
	display: block;
	position: absolute;
	right: 0px;
	width: 21px;
	height: 17px;
	background: url(images/select_right.gif) no-repeat center center;
}

.jNiceSelectWrapper .jNiceSelectText {	BORDER-RIGHT: #cccccc 1px;	PADDING-RIGHT: 3px;	BORDER-TOP: #cccccc 1px solid;	PADDING-LEFT: 3px;	Z-INDEX: 100;	FLOAT: none;	PADDING-BOTTOM: 0px;	OVERFLOW: hidden;	BORDER-LEFT: #cccccc 1px solid;	LINE-HEIGHT: 15px;	PADDING-TOP: 0px;	BORDER-BOTTOM: #cccccc 1px solid;	POSITION: absolute;	HEIGHT: 15px;	BACKGROUND-COLOR: #fff} 

 .jNiceSelectWrapper .jNiceSelectOpen {	DISPLAY: block;	Z-INDEX: 100;	RIGHT: 0px;	BACKGROUND: url(images/select_right.gif) no-repeat center center;	WIDTH: 21px;	POSITION: absolute;	HEIGHT: 17px}

.jNiceSelectWrapper ul {
	position: absolute;
	width: 150px;
	top: 16px;
	left: 0px;
	list-style: none;
	background-color: #FFF;
	border: solid 1px #CCC;
	display: none;
	margin: 0px;
	padding: 0px;
	height: 150px;
	overflow: auto;
	overflow-y: 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;}
