
input#text{width:203px; 
		   height:22px; 
		   border:1px solid #777777; 
		   position:absolute; 
		   top:7px; 
		   right:98px; 
		   font-size:16px; 
		   color:#858585; 
		   padding:2px 0px 0px 2px;
		   }
		   
		   
.submitBtn{position:absolute;
		  display:block;
		  width:87px;
		  height:29px;
		  background:url(../Site_Images/searchBtnSprite.png) no-repeat;
		  background-position:bottom;
		  top:5px;
		  right:5px;
		  }		   
				
.submitBtn:hover{background-position:top;
					  }				
					  
					  
					  
/*-----GOOGLE SEARCH RESULTS-----*/					  


#cse-search-results{width:200px;
					}
					
iframe{margin:-45px 0px 0px 14px;
	   width:856px;
	   }
	   
#searchResultsImg{position:relative;
				  z-index:5;
				  }	   
