
#footer {
	position: relative;  /* Needed for Safari */
	clear: both;
	width:742px;
	height: 39px; line-height: 39px;
	color: #fff;
	margin:0 auto;
	padding:0;
	text-align:left;
	background: url(/sync/images/footer_background.gif) 0 0 repeat-x;
}
	#footer a {color: #fff;}
	#footer span {display: block; padding: 0 10px; float: left;}
	
	#footer form {margin-top: 8px; margin-right: 8px;  padding-left: 60px; width: 170px; float: right; background: url(/sync/images/footer_search_bg.gif) 0 50% no-repeat;}
	#go {
		display:block; 
		float:right; 
		margin:0; 
		padding:0;
		border:0;
		width:28px;
		height:19px;
		background: transparent url(/sync/images/go_button.gif) no-repeat center left;
		text-align:left; text-indent: -5000px;
		cursor: pointer; /* hand-shaped cursor */
		cursor: hand; /* for IE 5.x */
	}