@CHARSET "UTF-8";
.searchBtn {
	float: right;
	margin-right: 5px;
	border-radius: 3px;
	cursor: pointer;
	color: #33b5e5;
	padding: 6px 15px 3px;
	border: 1px solid #33b5e5;
}
.android_enter {
	width: 320px;
	padding: 5px;
	border: 0;
	border-bottom: 1px solid #33b5e5;
	background-color: transparent;
	position: relative;
	top: -7px;
	font-size: 18px;
	margin-left: 10px;
}
:focus {
	outline:none;
}
