/* search */
.note-page.search{
	/*padding: 54px 24px 53px 24px;*/
	margin: 10px 5px 0;
	overflow: hidden;
}
.note-page.search .noteform .title
{
	color: #4c4c4c;
	font-size: 15px;
	line-height: 20px;
}
.note-page.search .noteform .title
{
	color: #4c4c4c;
	font-size: 15px;
	line-height: 20px;
}
.note-page.search .noteform input[type=text], .noteform input[type=search]{
	/*width: 230px;*/
	width: 80%;
	height: 40px;
	float: left;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: 0;
}
.note-page.search .noteform .btn-search{
/*width: 50px;*/
width: 20%;
height: 40px;
float: left;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border: 1px solid #5fc170;
border-left: none;
box-shadow: none;
-webkit-box-shadow:none;
}
.note-page.search .noteform .btn-search .search-tool
{
	width: 50px;
	height: 40px;
	padding: 0;
	border: 0 none;
	background-color: transparent;
	color: #fff;
	font-size: 18px;
}
