

.top_right a,
.top_right .user {
	width: 34px;
	height: 34px;
	display: inline-block;
	margin: 0 10px;
	float: right;
	background: url(../img/icon_nav_zoom.png) center center no-repeat;
	transition: 0.4s;
}

.top_right .user {
    background: url(../img/icon_nav_user.png) center center no-repeat;
}

.top_right a:hover {
    background: url(../img/icon_nav_zoom.2.png) center center no-repeat;
}

.top_right .user:hover {
    background: url(../img/icon_nav_user.2.png) center center no-repeat;
}
.top_right .search_input {
    position: relative;
    float: right;
    right: 20px;
}
.top_right .search_input input {
	width:600px;
	height:40px;
	border:1px solid #b5b5b5;
	font-size:16px;
	border-radius: 5px;
	text-indent: 40px;
}
.top_right .search_input img {
	position: absolute;
	left: 0;
	margin-top: 10px;
	margin-left: 10px;
	height: 20px;
}

