#all {
	height: 14px;
	width: 100%;
	/*border: 1px black solid;*/
	position: relative;
	overflow: hidden;
	/*z-index: 2;*/
}
#all div {
	position: absolute;
	white-space: nowrap;
}
#all_container {
	height: 28px; /*14*/
  width: 1020px;
  top: 145px; /*98*/
	overflow: hidden;
	left: 0px; /*this is set by javascript -- here is used for testing only*/
	
	border-bottom: 0px solid #FF6E01;
	
	position: absolute; /*absolute*/
	visibility: visible; /*visible or hidden*/
	font-family:Arial, sans-serif;font-size:10px;color:#F60;cursor:pointer;
	/*z-index: 1;*/
}

#searchTitle {
	height: 14px;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    font-weight: bold;
}
