/* CSS Document */

#search

{	position:relative;

	left:0px;

	top:25px;
    
    *left:0px;

	*top:35px;

}



#searchForm

{

}



#field

{

	width:250px;

	height:19px;

	border-top: 1px solid #b1b1b1;

	border-right: 1px solid #e2e2e2;

	border-bottom: 1px solid #e2e2e2;

	border-left: 1px solid #b1b1b1;

	visibility: visible;

	overflow: hidden;

}



#button

{   

	background-color:#FFFFFF;

	background-image:url(/bitrix/components/propodhod_collant/search.form/templates/search_col/images/search_button.gif);

	background-repeat:no-repeat;

	background-position:center;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

    width: 18px;

    height: 19px;

	cursor: pointer;

	overflow: visible;

}