* Google translate styles*/
#gtrans {
	width:750px; 
	margin: 0 auto; 
	padding-bottom:10px;
	height: 25px;
	min-height: 25px;
}

/*Google custom search styles*/
.gs-title, .b {
overflow:hidden;	
text-overflow:ellipsis;
white-space: nowrap;
font-size:12px !important;
font-weight: normal;
color: #000099;
}

 /* Change the font size of snippets inside search results */
    .gs-snippet {
        font-size: 10px;
    }

/* change font size of file format*/	 
span.gs-fileFormat, span.gs-fileFormatType {
	font-size:10px !important;
}

/* Change the font size of the title of search results */
    .gs-title a { 
        font-size: 12px !important;  
    }
/* change the font-size of the GS Snippet and highlighted search phrase*/
.gs-title b {
	font-size: 12px !important;
}
 .gs-snippet b {
	font-size: 10px !important; 
}
/* Hide the Google branding in search results */
    .gcsc-branding {
        display: none; 
    }
	 
/* Highlight the pagination buttons at the bottom of search results */
    .gsc-cursor-page {
        font-size: 12px;
        padding: 4px 8px;
        border: 2px solid #ccc;
    }
	 /* Hide the URL of web pages in search results */
    .gsc-url-top, .gsc-url-bottom {
        display: none !important;
    }
	 /* Hide the count of search results */    
    .gsc-result-info {
        display: none;
    }
	 
/* text size of search input box*/
input.gsc-input {
	font-size: 12px !important;
}	 
/*
mods to search button
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 { 
    height: 11px !important;
    margin-top: 2px;
    min-width: 5px !important;
    padding: 6px 7px !important;
    width: 10px !important;
}*/

/* Customising search box*/
/*.gsc-input-box {
	height:20px !important;
}*/
 /* input[type="text"]{
		color: #888888;
	 padding-left: 2px !important;/* /*was 25px*/
	/* border: 1px solid  #CACACA;
	 width: 120px; *//*was 90px*/ 
/*}*/
.searchContainer {
float: left;
	margin: 20px 20px 10px 50px; 
	/*border: 1px solid #CACACA; */
    width: 145px;/* width of search box */
	  min-height: 30px;
}

/* form.gsc-search-box { 
    margin: 0 0 4px;
    width: 90%;
}*/
/* Search result spelling */
.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
    font-size: 12px !important;
}
.cse input.gsc-search-button, input.gsc-search-button {
	border-radius: 0px !important;
}
 /* gb-search button */
/*    background: url(pics/search.png) repeat scroll 0 rgba(0, 0, 0, 0) center;*/
	/* background-color: Blue; */
  /*  border: 0 none;*/
/*     bottom: 6px; */
   /* cursor: pointer;
    margin: 0;
    padding: 0;
   
}*/
/* new trial of search button */
/*
cse input.gsc-search-button, input.gsc-search-button {
     background: url(pics/search.png) no-repeat !important; 
     
    border: none !important;
 
    height: 10px !important;
    background-color: #003399;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 1px !important;
}*/

.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0 !important;
}
 .cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    height: 13px;
    margin-top: 0px !important;
	 margin-left: 0px !important;
    min-width: 13px;
    padding: 6px 3px !important;/* sets width of button */
    width: 13px;
/* end of Google */