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

body {
	-webkit-text-size-adjust: none;
	-webkit-user-select: none;
	font: 13px Helvetica, Arial, sans-serif;
}

html {
    background-color: #f4f4f4;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000), to(#555555));
    background-image : -moz-linear-gradient(19% 75% 90deg,#555555, #000000);
    width : 100%;
    height : 100%;
}

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


/*	ENGINE INDEX
	----------------------------------------------------- */
#engines {
	width: 700px;
	height: 80px;
	position: absolute;
	left: 50%;
	bottom: 50%;
	margin: 0 0 110px -350px;
}

#engines a {
	display: block;
	width: 225px;
	height: 80px;
	cursor: pointer;
	opacity: 0.0;
	position: absolute;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#engines a img {
	display: block;
	height: 100%;
	width: 100%;
}


/* 	SEARCH BOX
	----------------------------------------------------- */
#box {
/* 	background: #999 url(box.png) left top repeat-x; */
/* 	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#555)); */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
/* 	border: 1px solid #555; */
/* 	border-color: #ccc; */
	padding: 30px 40px;
	position: relative;
}

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

#input input {
	outline: 0;
	border: 1px solid #cccccc;
	background: url(field.png) left top repeat-x;
	-webkit-appearance: textfield;
	font: 19px 'HelveticaNeue-Light', "Helvetica Neue Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-weight: 300;
/* 	color: #363d42; */
	width: 345px;
	padding: 6px 38px 6px 35px;
/* 	opacity: .1; */
}

#i {
	background-color: rgba(255,255,255,.8);
	opacity: .8;
	
}
input[type="text"] {color: white;}

#input input:focus {
	border-color: #999999;
/* 	-webkit-box-shadow: 0 0 10px white; */
/* 	-moz-box-shadow: 0 0 10px white; */
}

#lang {
	position: absolute;
	right: 49px;
	top: 39px;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #b7c2cf;
	cursor: pointer;
}

#lang:hover {
	background: #b7c2cf;
	color: white;
}

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

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

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

#method a.active,
#method a:hover {
	background: #555555;
	color: white;
}
#method a:active {background: #939fad;}

/* 	INFO BOX
	----------------------------------------------------- */

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

#toggleInfo {
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(info2.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 'HelveticaNeue-Light', "Helvetica Neue Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-weight: 300;
	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;
}


/* 	SEARCH SUGGESTIONS
	----------------------------------------------------- */

#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;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 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;}
