	/**** START Google searchbar style info ****/
	#google_searchwrapper {
		margin-top: 5px;
	}
	div.google_padder { 
		padding:12px 0 0 8px; 
	}
	#google_content { 
		position: relative; 
		margin: 0 auto 0 auto; 
		height: 53px; 
		width: 984px; 
	}
	
	#google_leftSection {
		position: absolute;
		top: 0;
		left: 0;
		height: 53px;
		width: 7px;
		text-align: left; 
		background-image: url(http://onset.freedom.com/common/google/images/searchBox_left.gif);
	}
	#google_rightSection { 
		position: absolute; 
		top: 0; 
		right: 0; 
		height: 53px; 
		width: 7px; 
		margin-left:7px;
		background-image:url(http://onset.freedom.com/common/google/images/searchBox_right.gif);
		text-align: left; 
	}
	#google_centerSection {
		position: relative;
		height: 53px;
		margin: 0 7px;
		text-align: left;
		background-image: url(http://onset.freedom.com/common/google/images/searchBox_back.gif);
		background-repeat: repeat-x;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	#google_centerSection img {
		vertical-align:middle;
	}
	#google_centerSection b {
		font-family:Arial, Helvetica, sans-serif;
		font-size:18px;
		color:#666666;
		background-color: #def;
	}
	
	.inputText {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		width: 500px;
	}
	#google_poweredBy {
		font-size:10px;
		position:absolute;
		top:14px;
		left:830px;
		white-space:nowrap;
	}
	
	/**** END Google bar style info ****/

