/*GOOGLE SEARCH*/

.gsc-clear-button {
	display: none !important;
}

.gsc-search-button input[type="button"] {
	background: -moz-linear-gradient(center top , #FEFCF5, #F3BD2C) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 2px solid #FFFFFF !important;
    border-radius: 3px !important;
    box-shadow: 0 0 0 1px #C4C4BE !important;
    color: #48535C !important;
    font: 700 12px/1 Arial,Helvetica,sans-serif !important;
    height: 100%;
    padding: 6px 8px !important;
    text-shadow: -1px 1px 1px #FFFFFF !important;
    text-transform: uppercase !important;
}

#gcs * {
	border: none !important;
	color: #666;
	margin: 0 !important;
	padding: 0 !important;
}

#gcs .gsc-above-wrapper-area {
	border-bottom: solid 1px #ddd !important;
	margin-bottom: 25px !important;
}

#gcs .gsc-result {
	border-bottom: solid 1px #ddd !important;
	margin-bottom: 25px !important;
	padding-bottom: 25px !important;
}

#gcs .gsc-thumbnail {
	padding: 10px 20px 0 0 !important;
}

#gcs .gs-title {
	margin-bottom: 5px !important;
}

#gcs a,
#gcs a b {
	color: #2A5DB0 !important;
}

#gcs .gsc-cursor {
	
}

	#gcs .gsc-cursor-page {
		padding-left: 10px !important;
	}
	
	#gcs .gsc-cursor-page:first-child {
		padding-left: 0 !important;
	}
	
	#gcs .gsc-cursor-page.gsc-cursor-current-page,
	#gcs .gsc-cursor-page:hover {
		background: none;
		color: #2A5DB0 !important;
		font-weight: 700;
		text-shadow: none;
	}