@charset "utf-8";
/* -------------
 * Buttons
 * ------------- */
 
.search_wrap_inner{
	width:132px;
	height:27px;
	padding:5px 5px 0px 0px;
	text-align:left;
	float:left;	
}
 
.search_btn{
	width:280px;
	height:27px;
	float:left;
	text-align:center;
	padding:18px 0px 0px 0px;
} 
 
button {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	overflow: visible;
}

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


/* -------------
 * Selects
 * ------------- */
.jNiceSelectWrapper {
	width: 102x;
	height:33px;
	position:relative;
	background:url(jNiceImg/select.jpg) no-repeat left top;

}

.jNiceSelectWrapper div span {
	float: none;
	position: absolute;
	width: 232px;
	height: 33px;
	line-height: 15px;
	padding: 10px 7px 7px 10px;
	overflow: hidden;
}

.jNiceSelectWrapper div a {
	display: block;
	position: absolute;
	right: 0px;
	width: 31px;
	height: 33px;
	top:0px;
	background: url(jNiceImg/drop.jpg) no-repeat left top;
	outline:none;
}

.jNiceSelectWrapper ul {
	position: absolute;
	width: 128px;
	top: 33px;
	left: 2px;
	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:#344558;
	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;}