@CHARSET "UTF-8";

.search-form {
	width:200px;
	height:30px;
	#Nborder: 1px solid #D6D6D6;
	#Nbackground: #F1F1F1;
	#Nborder-radius:15px;
	#N-webkit-box-shadow: inset 1px 1px 0px 0px #DDDDDD;
	#Nbox-shadow: inset 1px 1px 0px 0px #DDDDDD;
	background: url(/bitrix/images/search-bg.png) no-repeat left top;
}

.search-form input[name=q]
{
	margin-left:15px;
	width:146px;
	border: 0 none;
	background: #F1F1F1;
	#Nheight:24px;
	margin-top: 6px;
	float:left;
	background: url(/bitrix/images/spacer.gif) no-repeat left top;
}

.search-form input[type=submit] {
	width:22px;
	height:22px;
	border: 1px solid #D6D6D6;
	border-radius:12px;
	background: url('i/search-icon.png') no-repeat center center;
	float:right;
	margin-right:3px;
	margin-top:3px;
}

.search-form input[type=image] {
	margin-top: 3px;
}