@charset "utf-8";
.nice-select {
	width: 160px;
	/*padding: 0 10px;*/
	height: 28px;
	border: 1px solid #d8d8d8;
	border-radius:3px;
	position: relative;
	
	background: #fff url(../images/common/a2.jpg) no-repeat right center;
}
.nice-select input {
	display: block;
	/*width: 100%;*/
	height: 28px;
	line-height: 28px \9;
	border: 0;
	outline: 0;
	background: none;
}
.nice-select ul {
	width: 100%;
	display: none;
	position: absolute;
	left: -1px;
	top: 29px;
	overflow: hidden;
	background-color: #fff;
	max-height: 150px;
	overflow-y: auto;
	border: 1px solid #d8d8d8;
	border-top: 0;
	/*box-shadow: 0 1px 1px #e1e1e1;*/
	z-index: 9999;
}
.nice-select ul li {
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	padding: 0 10px;
	cursor: pointer;
}
.nice-select ul li.on {
	background-color: #e0e0e0;
}


/*  2-1. book-box  (in everypage)
   ------------------------------- */

#book_box #bdate,
#book_box #edate{ 
	/*float:left; 
	 width:99px; 
	 height:28px; 
	margin-bottom:10px;
	line-height:28px;*/
	background:#fff url(../images/common/calendar_icon.png) no-repeat right center;
}

input.hasDatepicker{ 
	background:#fff url(../images/common/calendar_icon.png) no-repeat right center;
}
