#search_block_top p {
	position: absolute;
	right: 0;
	top: 58px;
	width: 375px;
	min-height: 30px;
	border: #212121 solid 1px;
	background: #fff;
	margin: 0 0 0 -16%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 36px 0 5px;
}
#search_block_top p input[type=submit] {
	position:absolute;
	top:50%;
	margin-top: -15px;
	right:5px;
	width:29px;
	height:29px;
	/*background:url("../../../img/styles/bg_submit.png") 5px 0 no-repeat;*/
	text-indent:-999em;
	overflow:hidden;
	cursor:pointer;
	border:none;
	opacity: 0;
	z-index: 2;
}
#search_block_top p:after {
	font-family: "pictos", arial;
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;

	line-height: 29px;

	content: '\1F50D';
	position:absolute;
	top:50%;
	margin-top: -15px;
	right:5px;
	width:29px;
	height:29px;
	text-align: center;
	font-size: 1.2em;
	color: #212121;
}
.fontface #search_block_top p:after {
	content: '\E80A';
}
#search_block_top p input[type=submit]:hover, #search_block_top p input[type=submit]:focus {
	background-position:5px -29px;
}
#search_block_top p input[type=text] {
	border:none;
	background:#fff;
	height:29px;
	height:2.9rem;
	line-height:29px;
	line-height:2.9rem;
	line-height: 1;
	font-size:12px;
	font-size:1.2rem;
	width:100%;
	display: block;
	padding: 0;
	color: #212121;
}
#search_block_top label {
	position: absolute !important;
	height: 1px;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
}
#toggle_search {
	background: none repeat scroll 0 0 #556270;
    bottom: -26px;
    display: none;
    padding: 0 10px;
    position: absolute;
    right: 10px;
    cursor: pointer;
    height: 26px;
}
#toggle_search:after {
	font-family: "pictos", arial;
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;

	line-height: 26px;

	content: '\1F50D';
}
.fontface #toggle_search:after {
	content: '\E80A';
}