#deployTarget {
	position: absolute; 
	top: 0; 
	left: 0; 
	font-size: 18pt; 
	color: red; 
	font-family: Arial Black, sans-serif;
	z-index: 10;
}

#nav {	
	font-size: 17px;			

}	

#searchbox {
	height: 25px;
	width: 220px;
	font-size: 12px;	
	border: solid black;
}	 
#search_button {
	height: 16px;
	width: 23px;
	font-size: 12px;
	color: white;
	background-color: black;
	border-style: none;		
	margin-left: -32px;		
	cursor: pointer;		
}