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

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

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

#footer{
	font: 11px 'HelveticaNeue-Light', "Helvetica Neue Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-weight: 300;
	margin: 3px 0 10px 0;
	color: #939fad;	
	text-align:center;
}

img { border:none; }

a {
	color: #939fad;
}

a:hover {
	color: #939fad;
	text-decoration:underline;
}

a:active {
	color: #939fad;	
}


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

#engines a {
	display: block;
	width: 125px;
	height: 44px;
	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: #ecf2f8 url(box.png) left top repeat-x;
	-webkit-border-radius: 8px;
	-moz-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: white 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: 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: #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: #939fad;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#method a.active,
#method a:hover {
	background: #b7c2cf;
	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(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 '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;
}

#uberbar{ 
	border-bottom:1px solid #e0e3e9; 
	background:#f2f5fa;
	padding:10px 20px; 
	position:fixed; 
	top:0; 
	left:0; 
	z-index:2000; 
	width:100%;
}
.userbar2 a:link {color:#11c; text-decoration:underline; font-size:14px; font-family:Arial;}      
.userbar2 a:visited {color:#11c; text-decoration:underline; font-size:14px; font-family:Arial;}  
.userbar2 a:hover { color:#11c; text-decoration:underline; font-size:14px; font-family:Arial;} 
.userbar2 a:active {color:#11c; text-decoration:underline; font-size:14px; font-family:Arial;}  

.panel{
	
	/* Styling the widget and the sliding panel at once */
	
	background-color:#F9F9F9;
	border:2px solid #FFFFFF;
	height:25px;
	width:130px;
	
	cursor:pointer;
	font: 12px 'HelveticaNeue-Light', "Helvetica Neue Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-weight: 300;
	text-align:center;
	margin-left:182px;
	
	/* CSS3 rules for rounded corners, box and text shadows: */
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	
	-moz-box-shadow:0 0 3px #CCCCCC;
	-webkit-box-shadow:0 0 3px #CCCCCC;
	box-shadow:0 0 3px #CCCCCC;
	
	text-shadow:0 2px 0 white;
}

#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(close.png);}
#sb-nav-next{background-image:url(next.png);}
#sb-nav-previous{background-image:url(previous.png);}
#sb-nav-play{background-image:url(play.png);}
#sb-nav-pause{background-image:url(pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}

#hover { 
	background-image:url(hover.jpg);
	background-repeat:no-repeat;
	width:125px;
	height:50px;
	margin-top:200px;
	margin-left:460px;
}