@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

body {
	padding:0px;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#slogan {
	
	font-size: 36px;
	text-decoration: blink;
	text-align: center;
	/* height: 100px; */
	vertical-align: middle;
	position: relative;
	padding: 30px;
}
.text {
	margin: auto;	
	position: relative;
}

#wrapper {
	position: relative;
	height: 100%;
	width: 100%;
	vertical-align:middle;
	padding: 10% 0;
}

#container {
	position: relative;
	margin: auto;
	width: 496px;
	height: 300px;
	padding: 3px;
	border: solid 1px #70AF00;
	background: #eee;
	box-shadow: 3px 3px 4px #aaa;
}

.cse-branding-logo {float:left;}
.cse-branding-form{float:right;}
#google{margin:0 10px;position:relative;}
#foot {
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size:9px;
	color:#666;
}
