/* -------------
 * Inputs
 * ------------- */
.jNiceInputWrapper { float:left; }

.jNiceInputInner { }

.jNiceInputInner input { }

.jNiceInputWrapper_hover { background-position: left bottom; }
.jNiceInputWrapper_hover .jNiceInputInner { background-position: right bottom; }

/* -------------
 * Radios
 * ------------- */
.jRadioWrapper { float: left; z-index: 2; }
.jNiceRadio {
	background: transparent url(elements/radio.gif) no-repeat center top;
	height: 18px;
	width: 18px;
	position:absolute;left:0px;top:0px;cursor:pointer;vertical-align:middle;
}

/* -------------
 * Checkboxes
 * ------------- */
.jNiceLabel
{
    color:#00a5c6;
}
.jNiceCheckbox {
	background: transparent url(Images/icon/icon_1.png) no-repeat 0 -129px;
	*background: transparent url(Images/icon/icon_1.png) no-repeat 0 -124px;
	height: 17px;
	width: 15px;
	position:absolute;left:0px;top:0px;z-index:2;cursor:pointer;
}
.registerForm .form td .jNiceCheckbox { background-position: 0 -126px; *background-position: 0 -124px; }
.loginForm td .jNiceCheckbox { top:6px; *top:-2px; }
/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
.jNiceChecked { background-position: 0 -155px; *background-position: 0 -150px;}
.registerForm .form td .jNiceChecked { background-position: 0 -152px; *background-position: 0 -150px;}
.loginForm .form td .jNiceChecked { top:6px; *top:0px; }

/* -------------
 * Selects
 * ------------- */
.jNiceWrapper select {border:none;margin:0;padding:0;}

.jNiceSelectWrapper {
	height: 17px;
	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: 19px;
	line-height: 19px;
	padding:0 3px;
	background:transparent url(Images/icon/select_left.png) no-repeat;
	overflow:hidden;float:none;position:absolute;z-index:100;
}

.jNiceSelectWrapper .jNiceSelectOpen {
	width: 16px;
	height: 19px;
	background: url(Images/icon/select_right.gif) no-repeat right;
	z-index:100;display:block;position:absolute;right:-2px;
}

.jNiceSelectWrapper ul {
	top: 20px;
	background-color: #2A2A2A;
	border: solid 1px #39393B;
	position:absolute;left:0px;list-style:none;display: none;margin:0;padding:0;z-index:100;width: 95%;
	max-height:200px;overflow:auto;
}
.jNiceSelectWrapper ul a {
	background-color: #2A2A2A;
	display:block;padding:3px 3px 2px 3px;text-decoration:none;
}

.jNiceSelectWrapper ul a:hover { background:#39393B; }
.jNiceSelectWrapper ul a.selected {background: #39393B;}

.jNiceFocus {}

.jNiceHidden {opacity:0;z-index:-1;position:relative;}
.jNiceWrapper {position:relative;}
.jNiceWrapper input {outline:none;moz-outline:none;}