div#search_box
{
height: 30px;
padding: 8px;
background: #fff url(../images/common/gray_bg.jpg) repeat-x;
}

div#search_box input, div#search_bar input {
vertical-align:middle;

}

input.search_button
{
height: 22px;
width: 62px;
}

div#search_box input.search_field {
 width: 125px;
}
div#search_bar input.search_field {
 width: 590px;
}

input.search_field {
margin-right: 5px;
font-size: 1.1em;
border: 1px solid #D5D5D5;
}


#cse .gsc-input input{
font-size: 1.1em;
border: 1px solid #D5D5D5;
}



#cse .gs-no-results-result .gs-snippet,
#cse .gs-error-result .gs-snippet {
  padding : 5px;
  margin : 5px;
  border : 1px solid #0194E1;
  background-color : #fff;
}

#cse .gsc-branding, #cse .gsc-clear-button {
display: none;
}

input.search_button{
background:url(../images/common/search.jpg) no-repeat;
cursor:pointer;
width: 65px;
height: 22px;
border: none;
 color: transparent; 
}


#loading {
display: none;
background: #fff url(../images/loading.gif) center 10px no-repeat;
padding: 50px 0 10px 0;
border-top: 1px dotted #d5d5d5;
border-bottom: 1px dotted #d5d5d5;
text-align: center;

}
#load-more {
text-align: center;
border-top: 1px dotted #d5d5d5;
border-bottom: 1px dotted #d5d5d5;
padding: 10px;
	display: none;
cursor: pointer; cursor: hand;
}
#cse h3 {
	color: #0198E1;
	font-weight: normal;
}

#cse h3 a{
	color:	#0194E1;
}

#cse p.page {
padding-bottom: 10px;
border-bottom: 1px dotted #d5d5d5;

}

#cse p.link {
 color: #6A6A6A;
}

#cse p.snippet {
	margin-bottom: 5px;
}

#site_search .locator-search-message {
   margin: 14px 0 0 0;
}

#site_search .locator-search-message, #site_search .locator-search-message a {
   color:  #00A1D7;
}