select{
		font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666;
	font-weight: normal;
}
/* -------------
 * Inputs
 * ------------- */
.jNiceInputWrapper {
	float:left;
	width:auto;
	height:26px;
	font-size: 12px;
	/*border-right:#e4e3e2 1px solid;*/
	background-color: transparent;
	background-image: url(../images/elements/input_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.jNiceInputInner {
	background: transparent url(../images/elements/input_bg.gif) repeat-x right top;
	padding: 0;
	margin: 0 0 0 2px;
	width:auto;
	height:26px;
	font-size: 12px;
}

.jNiceInputInner input {
	background: transparent url(../images/elements/input_right.gif) no-repeat right top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666;
	font-weight: normal;
	width:auto;
	height: 28px;
	*height: 26px;/* IE Hacks */
	vertical-align:middle;
	padding:7px 0 0 0;
	*padding:6px 0 0 0;
	margin:0px 0 0 2px;
	*margin:-2px 0 0 0px;
	border:none;
	outline:none;
		max-width:330px;
		min-width:30px;

}

/*.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/elements/radio.gif) no-repeat center top;
	height: 18px;
	width: 18px;
	position:absolute;
	left:0px;
	top:7px;
	cursor:pointer;
	margin-top:-5px;

}
/* -------------
 * Checkboxes
 * ------------- */
.jNiceCheckbox {
	background: transparent url(../images/elements/checkbox.gif) no-repeat center top;
	height: 18px;
	width: 18px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:2;
	cursor:pointer;
	margin-top:-5px;
	border:none;
}

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
.jNiceChecked { background-position: center bottom; margin-top:-5px;
}

/* -------------
 * 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 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666;
	font-weight: normal;
	height: 15px;
	line-height: 15px;
	padding: 0px 3px;
	border: 1px solid #CCCCCC;
	border-right: none;
	background-color: #FFF;
	overflow:hidden;
	float:none;
	position:absolute;
	z-index:100;
}
.jNiceSelectWrapper .jNiceSelectOpen {
	width: 21px;
	height: 17px;
	background: url(../images/elements/select_right.gif) no-repeat center center;
	z-index:100;
	display:block;
	position:absolute;
	right:0px;
}
.jNiceSelectWrapper ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#404040;
	top: 16px;
	background-color: #FFF;
	border: solid 1px #CCC;
	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:#333;
	background-color: #FFF;
	display:block;
	padding:5px;
	text-decoration:none;
}

.jNiceSelectWrapper ul a:hover { 
	background:#ccc; 
}
.jNiceSelectWrapper ul a.selected {
	background: #ccc;
}

.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;
}
.nobg{
	background:#fff;
}
