/* ----------------------------------- */
/* STYLE FOR SEARCH POP-UP */
.Search, #Search { 
	position:absolute; top:470px; left:7px; visibility:hidden;
	width:150px;
	height:75px;
	border:solid white 1px;
	background-color:#DEDBDE;
	padding:5px;
	font-size:8pt;
	z-index:500;
}
.submit-off {
	border:0; background-color:#DEDBDE; text-decoration:none;
	font-size:8pt;
	color:#666666;
}
.submit-on {
	border:0; background-color:#DEDBDE; text-decoration:underline;
	font-size:8pt;
	color:#666666;	
}
.input-white {
	background-color:#FFFFFF;
	font-size:10pt;
	width: 100px;		
}
/* ----------------------------------- */
