body {
	background-color: #000000;
	color: #FFFFFF;
}
.link {
   cursor:pointer;
}

#topbar_search_box_div { 
    position: absolute;
	left:50%;
	margin-left: -155px;
	top:170px;
	z-index:1;
}

#topbar_search_sx { 
    position: absolute;
	left: 0px; 
	height:19px;
	width:33px;
}
#topbar_search_box{  
    position: absolute;
	left: 33px; 
    text-align:left;
	font-size:12px;
	margin: 0px;
	border: none;
	width: 240px;
    height:17px;
}

#topbar_search_dx {      
    position: absolute;
	left: 273px; 
	height:19px;
	width:33px;
}


/*RESULTS*/
#topbar_results_search_box_div { 
    position: absolute;
	left:270px;
	top:42px;
	z-index:1;
}

#topbar_results_search_sx { 
    position: absolute;
	left: 0px; 
	height:19px;
	width:33px;
	z-index:5;
}
#topbar_results_search_box{  
    position: absolute;
	left: 33px; 
    text-align:left;
	font-size:12px;
	margin: 0px;
	border: none;
	width: 110px;
    height:17px;
}

#topbar_results_search_dx {      
    position: absolute;
	left: 143px; 
	height:19px;
	width:33px;
}
