* {
	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(#FFFFFF), to(#E3E3E3));
	background-image : -moz-linear-gradient(19% 75% 90deg,#FFFFFF, #E3E3E3);
	width : 100%;
	height : 100%;
}

#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;
	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%;
	background-position: center center;
	background-repeat: no-repeat;
}



/* 	SEARCH BOX
	----------------------------------------------------- */

#box {
	background-image : -webkit-gradient(linear, 0% 100%, 0% 0%, from(#F0F0F0), to(#FEFEFE));
	background-image : -moz-linear-gradient(19% 75% 90deg,#F0F0F0, #FEFEFE);
	opacity:0.8;
	border-radius : 4px;
	-webkit-box-shadow : 0px 1px 3px rgba(0,0,0,0.35);
	-moz-border-radius : 4px;
	-moz-box-shadow : 0px 1px 3px rgba(0,0,0,0.35);
	box-shadow : 0px 1px 3px rgba(0,0,0,0.35);
	padding: 30px 40px;
	position: relative;

}

#input {
	background-image : -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F0F0F0), to(#FEFEFE));
	background-image : -moz-linear-gradient(100% 75% 90deg,#FEFEFE, #F0F0F0);
	-webkit-border-radius : 8px;
	border-radius : 8px;
	-moz-border-radius : 8px;
	width : 418px;
}


#input input {
	outline: 0;
	border: 1px solid #dae2e9;
	-webkit-border-radius : 8px;
	border-radius : 8px;
	background: transparent url(glass.png) no-repeat 8px center;
	-moz-border-radius : 8px;
	-webkit-appearance: textfield;
	font: 19px 'HelveticaNeue-Light', "Helvetica Neue Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-weight: 300;
	color: #363d42;
	width: 343px;
	padding: 6px 38px 6px 35px;
}


#input input:focus {
	border-color: #cdd6de;
	-webkit-box-shadow: 0 0 20px white;
	-moz-box-shadow: 0 0 20px 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: #C4C4C4;
	cursor: pointer;
}


#lang:hover {
	background: #C4C4C4;
	color: white;
}

#lang:active {
	background: #9D9D9D;
}


#method {
	text-align: center;
	margin-top: 30px;
}

#method a {
	padding: 3px 6px;
	margin: 0 2px;
	cursor: pointer;
	color: #3d3d3d;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-shadow: #b9b9b9 0 0 3px;
	-webkit-transition: -webkit-box-shadow, background-color 0.2s linear;
}

#method a.active,
#method a:hover {
	background-color: #3d3d3d;
	color: white;
	text-shadow: none;
	border-radius : 4px;
	-webkit-box-shadow : 0px 1px 3px rgba(0,0,0,0.35);
	-moz-border-radius : 4px;
	-moz-box-shadow : 0px 1px 3px rgba(0,0,0,0.35);
  -webkit-transition: -webkit-box-shadow, background-color 0.2s linear;
	}

#method a:active {
	background: #9D9D9D;
}



/* 	INFO BOX
	----------------------------------------------------- */

#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: 17px;
	bottom: 17px;
	background-image : -webkit-gradient(linear, 0% 100%, 0% 0%, from(#F0F0F0), to(#FEFEFE));
	background-image : -moz-linear-gradient(19% 75% 90deg,#F0F0F0, #FEFEFE);
	-webkit-border-radius : 4px;
	border-radius : 6px;
	-webkit-box-shadow : 0px 1px 6px rgba(0,0,0,0.35);
	-moz-border-radius : 6px;
	-moz-box-shadow : 0px 1px 3px rgba(0,0,0,0.35);
	box-shadow : 0px 1px 3px rgba(0,0,0,0.35);
	padding: 10px 20px;
	width: 300px;
	font-size: 11px;
	line-height: 16px;
	color: #363d42;
}


#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: block;
	position: absolute;
	left: 41px;
	top: 68px;
	right: 41px;
	list-style: none;
	font-size: 11px;
	background-image : -webkit-gradient(linear, 0% 100%, 0% 0%, from(#F0F0F0), to(#FEFEFE));
	-webkit-border-radius : 4px;
	border-radius : 4px;
	-webkit-box-shadow : 0px 1px 3px rgba(0,0,0,0.35);
	-moz-border-radius : 4px;
	-moz-box-shadow : 0px 1px 3px rgba(0,0,0,0.35);
	box-shadow : 0px 1px 3px rgba(0,0,0,0.35);
	padding-left: 0;
	padding-right: 0;
	padding: 5px;
	margin-top: 52px;
}
 
 
#sugs li a {
	display: block;
	padding: 4px 8px;
	color: #686868;
}
 
 
#sugs li.active a {
-webkit-border-radius: 3px;
border-radius: 3px;
	-moz-border-radius: 5px;
	color: white;
	background-color: #8d8d8d;
}
 
#sugs li a:active {
	background-color: #8d8d8d;
}