/* -------------
 * Inputs
 * ------------- */
.jNiceInputWrapper {
	background: transparent url(../img/input.png) no-repeat left bottom;
	float:left;
	height: 46px;
	margin-bottom: 10px;
}

/*.jNiceInputInner {
	background: transparent url(../img/input.gif) no-repeat right bottom;
	padding: 2px 4px 2px 0;
	margin: 0 0 0 4px;
	height: 46px;
}*/

.jNiceInputInner input {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#404040;	
	line-height: 17px;
	height: 24px;
	*line-height: 20px;/* IE Hacks */
	*height: 22px;/* IE Hacks */
	vertical-align:middle;
	padding:0;
	margin:0;
	background:none;border:none;outline:none;
	width: 196px;
	font-family: arial;
	color: #666666;
	font-size: 18px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 12px;
}

/* SAFARI and CHROME fix */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .jNiceInputInner input { width: 196px !important; }
}

.jNiceInputWrapper_hover { background-position: left top; }
/* .jNiceInputWrapper_hover .jNiceInputInner { background-position: right top; } */

/* -------------
 * Selects
 * ------------- */
.jNiceWrapper select {border:none;margin:0;padding:0;}

.jNiceSelectWrapper {
	height: 17px;
	left:110px;top:0px;z-index:3;position:absolute;
	_left: -3px;
	background-image: url('../img/select.png');
	width: 216px !important;
	height: 46px;	
}

.jNiceWrapper iframe {position:absolute;z-index:1;width:200px;left:0px;top:0px;}

.jNiceSelectWrapper .jNiceSelectText {
	height: 46px;
	overflow:hidden; position:absolute;z-index:100;
	font-family: arial;
	color: #666666;
	font-size: 18px;
	width: 170px !important;
	padding-left: 10px;
	padding-top: 10px;
}

.jNiceSelectWrapper .jNiceSelectOpen {
	width: 38px;
	height: 38px;
	/* background: url(../img/form/select_right.gif) repeat center center;*/
	z-index:100;display:block;position:absolute;right:0px;
	right: 3px;
	top: 3px;
}

.jNiceSelectWrapper ul {
	top: 46px;
	background-color: #FFF;
	border: solid 1px #e4e2d4;
	/*height: 140px;*/
	width: 201px;
	left: 7px;
	right: 7px;
	position:absolute;list-style:none;display: none;margin:0;padding:0;overflow-y:auto;z-index:100;
	overflow: hidden !important;
	padding-bottom:  15px;
}

.jNiceSelectWrapper ul a {
	color:#666666;
	background-color: #FFF;
	display:block;padding:5px;text-decoration:none;
}

.jNiceSelectWrapper ul a:hover { background:#cccccc; }
.jNiceSelectWrapper ul a.selected {background: #e5e3d6;}

/*.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;}
