.body_kabinet .search { display: none; }
.search{
	position: relative; z-index: 5;
	margin: 5px 0 15px; padding: 5px;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	background: #ff7e00; }

.search .field{height: 20px; width: 100%; font-size: 1.4em; color:#666;}

.search .button{height: 24px; font-size: 1.3em; text-align: center; width: 100%;}
