
#page{
	/* Основной контейнер div */
	width:830px;
	margin:0 0 0 0;
}
#searchForm{
	/* Форма поиска. */
	background-color:#C4AE8E;
	padding:6px 0px 3px 80px; /*50px 50px 30px*/
	margin:0px 0;
	position:relative;
	background-image: url(poisk.jpg);
}
fieldset{
	border:none;
}

#searchInputContainer{
	/* Данный div содержит прозрачный прямоугольник над полем текста поиска */
	width:620px; /*420*/
	height:36px;
	background:url("searchBox.png") no-repeat;
	float:left;
	margin-right:12px;
}

#s{
	/* Поле текста поиска. */
	
	border:none;
	color:#888888;
	background:url("searchBox.png") no-repeat;
	
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:15px;
	height:36px;
	line-height:36px;
	margin-right:12px;
	outline:medium none;
	padding:0 0 0 35px;
	text-shadow:1px 1px 0 white;
	width:385px;
}
#submitButton{
	background:url('buttons.png') no-repeat;
	width:83px;
	height:36px;
	text-indent:-9999px;
	overflow:hidden;
	text-transform:uppercase;
	border:none;
	cursor:pointer;
}

#submitButton:hover{
	background-position:left bottom;
}



