.jNiceInputWrapper {
	float: left;
}

/* -------------
 * Selects
 * ------------- */
.jNiceSelectWrapper {
	width: 119px !important;
	float: left;
	position: relative;
	height: 21px;
	margin-left: 5px;
	z-index: 5;
	padding: 0 5px 0 0;
}

.jNiceSelectWrapper div span {
	/*position: absolute;*/
	width: 96px;
	height: 15px;
	font: 11px Arial, Helvetica, sans-serif;
    line-height: 13px;
	padding: 5px 0 3px 3px;
	overflow: hidden;
	border: none;
}

div.main_footer ul li .jNiceSelectWrapper div a {
	display: block;
	position: absolute;
	right: 0px;
	width: 23px;
	height: 21px;
}

div.main_footer .jNiceSelectWrapper ul {
	position: absolute;
	width: 122px;
	top: 21px;
	left: 0px;
	list-style: none;
	background-color: #FFF;
	display: none;
	margin: 0px;
	padding: 0px;
	height: 70px;
	z-index:100;
}

div.main_footer .jNiceSelectWrapper ul li {
  float: left;
  height: 20px;
  width: 94px;
  background: #fff;
}

div.main_footer .jNiceSelectWrapper ul li a {
	display: block;
	height: 20px;
    width: 94px;
    padding: 0 3px;
	text-decoration: none;
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #000;
	background-color: #FFF;
}

div.main_footer .jNiceSelectWrapper ul li a:hover { background:#000; color: #fff; }
div.main_footer .jNiceSelectWrapper ul li a.selected {background: #EDEDED;}
div.main_footer .jNiceSelectWrapper ul li a.selected:hover {background: #999; color: #fff;}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jNiceHidden {display: none;}

span.jNiceSelectText {
	width: 96px !important;
	float: left !important;
}

span.jNiceSelectOpen {
	float: left !important;
	width: 13px !important;
	padding: 3px 0 0 0;
}

