<!--

#inPlaceSearch{
	display:none;
	position:absolute;
	width:200px;
	border:1px solid #666666;
	background-color:#FFFFFF;
}

.inPlaceSearchImg{
	position:absolute;
	top:-7px;
	left:-7px;
	/*z-index:2;*/	
}

#inPlaceSearchHeader{
	background-color:#DDDDDD;
	padding:4px;
	border-bottom:1px solid #666666;
}

.inPlaceSearchTitle{
	font-size:10pt;
}

#inPlaceSearchContent{
	/*height:100px;*/
}

#inPlaceSearchFooter{
	background-color:#DDDDDD;
	padding:4px;
	border-top:1px solid #666666;
}

#inPlaceSearchForm { display:inline; }
#inPlaceSearchForm .radio {}
#inPlaceSearchForm select {height:18px;font-size:8pt;width:120px;}
#inPlaceSearchForm #inPlaceSearchCancel{
	height:20px;
	width:50px;
	font-size:8pt;
}
#inPlaceSearchForm #inPlaceSearchSubmit{
	height:20px;
	width:50px;
	font-size:8pt;
}

-->
