.divSearchInput
{
	border:2px solid rgba(0, 0, 0, 0.2);
	border-radius:5px;
	height:56px;
	padding:0px 15px;
	position:relative;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.divSearchInput .txtSearchInput
{
	font-size:22px;
	height:56px;
	line-height:56px;
	width:100%;
}

input
{
	background-color:transparent;
	border:none;
	color:rgba(0, 0, 0, 0.8);
	font-family:ComfortaaBold, sans-serif;
	outline:none;
	padding:0px;
}

::-webkit-input-placeholder
{
	color:rgba(0, 0, 0, 0.3);
}

:-moz-placeholder
{
	color:rgba(0, 0, 0, 0.3);
}

::-moz-placeholder
{
	color:rgba(0, 0, 0, 0.3);
}

:-ms-input-placeholder
{
	color:rgba(0, 0, 0, 0.3);
}