* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

body {
	-webkit-text-size-adjust: none;
	-webkit-user-select: none;
	font: 13px Helvetica;
	background-color: #939fad;
	color: #cbd8e8;
}

#container {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 500px;
	height: 350px;
	margin: -190px 0 0 -250px;
}

h1 {
	margin-left: 138px;
	width: 225px;
	height: 80px;
	margin-bottom: 40px;
	cursor: pointer;
	position: relative;
}

h1 a {
	display: none;
	color: #b7c2cf;
	position: absolute;
	right: -25px;
	top: 14px;
	font-size: 13px;
	border-left: 1px solid #dae2e9;
	height: 30px;
	padding: 16px 0 0 8px;
	opacity: 0.5;
}

h1:hover a {
	display: block;
}

h1:active a {
	opacity: 1;
}

h1 span {
	color: rgba(0,0,0,0);
	display: block;
	height: 100%;
}

h1.google span { background: url(google.png) center top no-repeat; }
h1.wkp span { background: url(wkp.png) center top no-repeat; }
h1.leo span { background: url(leo.png) center top no-repeat; }

#box {
	background: #ecf2f8 url(box.png) left top repeat-x;
	-webkit-border-radius: 8px;
	padding: 30px 40px;
	position: relative;
}

#input {
	background: rgba(255,255,255,0.5);
	padding: 1px;
}

#input input {
	outline: 0;
	border: 1px solid #dae2e9;
	background: #b7c2cf url(field.png) repeat-x left top;
	-webkit-appearance: textfield;
	font: 19px "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica";
	color: #363d42;
	width: 343px;
	padding: 6px 38px 6px 35px;
}

#input input:focus {
	border-color: #cdd6de;
	-webkit-box-shadow: 0 0 20px white;
}

#lang {
	position: absolute;
	right: 49px;
	top: 39px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	width: 28px;
	padding: 3px 0;
	-webkit-border-radius: 3px;
	color: #5b6066;
	cursor: pointer;
	text-transform: uppercase;
	background-color: #b7c2cf;
}

#lang:hover {
	background: #5b6066;
	color: white;
}

#lang:active {
	background: #939fad;
}

#method {
	text-align: center;
	margin-top: 30px;
}

#method a {
	padding: 3px 6px;
	margin: 0 2px;
	cursor: pointer;
	color: #9eabb9;
	-webkit-border-radius: 3px;
}

#method a {
	padding: 3px 6px;
	margin: 0 2px;
	cursor: pointer;
	color: #c6d3e2;
	-webkit-border-radius: 3px;
}

#method a.active,
#method a:hover {
	background: #b7c2cf;
	color: #78828d;
	font-weight: bold;
}

#method a:active {
	background: #939fad;
}

#info {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#toggleInfo {
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(info.png);
	width: 16px;
	height: 16px;
	color: rgba(0,0,0,0);
	opacity: 0.2;
	cursor: pointer;
}

#toggleInfo:hover {
	opacity: 0.5;
}

#toggleInfo:active {
	opacity: 0.7;
}

#infoBox {
	display: none;
	position: absolute;
	right: 13px;
	bottom: 13px;
	background: #ecf2f8 url(box.png) left top repeat-x;
	-webkit-border-radius: 8px;
	padding: 10px 20px;
	width: 300px;
	font-size: 11px;
	line-height: 16px;
	color: #363d42;
	-webkit-box-shadow: 0 0 20px white;
}

#infoBox h2 {
	font: 19px "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica";
	margin: 3px 0 10px 0;
	color: #939fad;
}

#infoBox strong {
	font-family: "Helvetica Neue", "HelveticaNeue", "Helvetica";
}

#infoBox p {
	margin: 5px 0;
}

#infoBox .source {
	color: #939fad;
}

#infoBox .source a {
	color: #74889e;
	border-bottom: 1px solid #d6e0ea;
}

#infoBox .source a:hover {
	color: #363d42;
	border-bottom: 1px solid #939fad;
}

#infoBox hr {
	margin: 10px -20px;
	border: 0;
	border-top: solid 1px #d6e0ea;
	border-bottom: 1px solid white;
}

#infoBox #corner {
	position: absolute;
	background: url(info_corner.png);
	height: 24px;
	width: 24px;
	right: -13px;
	bottom: -13px;
}

#sugs {
	display: none;
	position: absolute;
	background: rgba(255,255,255,0.8);
	border: 1px solid #dae2e9;
	border-top: 0;
	left: 41px;
	top: 68px;
	right: 41px;
	list-style: none;
	padding: 3px 0;
	font-size: 11px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#sugs li a {
	display: block;
	padding: 3px 8px;
	color: #74889e;
}

#sugs li a {
	display: block;
	padding: 3px 8px;
	color: #74889e;
}

#sugs li.active a {
	background: #b7c2cf;
	color: white;
}

#sugs li a:active {
	background: #939fad;
}



