/*	ExpoElectro WebSite CSS searchBox style v1.01
	10/18/2005
	Copyright (c) 2005 ExpoElectro Team 
	www.expoelectro.ru
*/
.searchBox {
		position: absolut;
	/*top: -103px;
	left: 124px;
	width: 292px;
	height: 92px;
	z-index: 9;*/
	/*background: #fcc200 url(img/magnifier.jpg) no-repeat 0px 10 px;
	this short record of style not worked for NN6 */
	background-color: #ff9a36;
	background-image: url(img/magnifier.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	border-bottom: 1px solid #505050;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 1px solid #505050;
}
FORM {
	
	MARGIN: 0px; 
	PADDING: 0px;
}

INPUT {
	FONT-SIZE: 11px; 
	COLOR: #000000; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}

A.help {
	FONT: 11px Arial, Helvetica, sans-serif; 
	CURSOR: help; 
	COLOR: black; 
	TEXT-DECORATION: none;
}

A.help:active {
	COLOR: black;
}

.help {
	BORDER-TOP-WIDTH: 0px; 
	PADDING-RIGHT: 4px; 
	PADDING-LEFT: 4px; 
	/*BACKGROUND: url(img/arrow_ro.gif) #f8e982 no-repeat 3px 2px; */
	MARGIN-LEFT: 239px; 
	BORDER-LEFT: white 1px solid; 
	WIDTH: 84px;
	MARGIN-RIGHT: 0px; 
	BORDER-BOTTOM: white 1px solid; 
	HEIGHT: 14px; 
	BORDER-RIGHT-WIDTH: 0px;
}
.help:hover {
	BACKGROUND: url(img/arrow_rw.gif) #e4e4e4 no-repeat 3px 2px; 
	COLOR: black; 
	TEXT-DECORATION: none;
}
#sbInput {
	PADDING: 0px; 
	MARGIN: 1px 2px 1px 4px; 
	WIDTH: 142px; 
	HEIGHT: 14px;
}
#sbSubmit {
	BORDER-RIGHT: #ffe88a 1px solid; 
	PADDING-RIGHT: 10px;
	BORDER-TOP: white 1px solid; 
	PADDING-LEFT: 10px; 
	FONT-WEIGHT: bold; 
	BACKGROUND: url(img/arrow_ro.gif) #f8e982 no-repeat 3px 7px; 
	MARGIN-BOTTOM: 1px; 
padding-bottom: 0px;
	margin-top: -18px;
	MARGIN-LEFT: 0px;
	BORDER-LEFT: white 1px solid; 
	WIDTH: 62px; 
	CURSOR: default; 
	BORDER-BOTTOM: black 1px solid; 
	HEIGHT: 17px
}
#submitselected {
	BORDER-RIGHT: white 1px solid; 
	PADDING-RIGHT: 10px; 
	BORDER-TOP: black 1px solid; 
	PADDING-LEFT: 10px; 
padding-bottom: 0px;
	FONT-WEIGHT: bold; 
	BACKGROUND: url(img/arrow_rw.gif) #e4e4e4 no-repeat 3px 7px; 
	MARGIN-BOTTOM: 1px; 
	margin-top: -18px;
	MARGIN-LEFT: 0px; 	
	BORDER-LEFT: black 1px solid; 
	WIDTH: 62px; 
	CURSOR: default; 
	BORDER-BOTTOM: white 1px solid; 
	HEIGHT: 17px;
}

