﻿#bdk-google-searchbox {
	display: none;
	position: absolute;
	z-index: 10000;
	background-color: white;
	border: 1px solid #cccccc;
	border-radius: 0px 0px 5px 5px;
	padding: 10px;
}

	#bdk-google-searchbox h3 {
		text-align: center;
	}

	#bdk-google-searchbox div {
		margin-top: 10px;
		text-align: center;
	}

#bdk-google-searchinput {
	width: 200px;
	height: 30px;
	margin: 0px 2px 0px 0px;
	padding: 0px 8px 0px 8px;
	background-color: White;
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	line-height: 1.42857143;
	font-size: 14px;
}
