/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

html{
	background:#eee;
}
body{
	padding:40px 0 0 0;
	width:330px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
form{
	float:right;
	width:160px;
	background:#ddd url(/img/bg-search-top.gif) top left no-repeat;
}
fieldset{
	border:none;
	padding:5px 0 5px 5px;
	background:url(/img/bg-search-bottom.gif) bottom left no-repeat;
}
select{
	font-size:1em;
	border:1px solid #ccc;
	width:150px;
	margin-bottom:3px;
}
input.field{
	font-size:1em;
	border:1px solid #ccc;
	width:110px;
	float:left;
	padding:0px 5px;
}
input.submit{
	border:0px;
	background:#ccc;
	font-size:1em;
	margin-left:4px;
	width:23px;
	height:15px;
	color:#333;
}
form span{
	color:#999;
}
h1 a{
	width:127px;
	height:269px;
	text-indent:-9999px;
	display:block;
	background:url(/img/logo-lasttube.gif) top left no-repeat;
	position:relative;
	left:-80px;
}

h2{
	display:none;
}
#playerContainer{
	width:320px;
	height:240px;
	background:url(/img/bg-player.gif) top left no-repeat;
	padding:5px;
	position:relative;
	margin-top: -155px;
	margin-bottom: 30px;
}
div.error{
	width:320px;
	position:absolute;
	top:0px;
	background:#f00;
	border:1px solid #fff;
	border-top:none;
	color:#fff;
	font-size:1.2em;
	padding:5px 10px;
}
div.notice{
	width:320px;
	position:absolute;
	top:0px;
	background:#ddd;
	border:1px solid #ccc;
	border-top:none;
	color:#000;
	font-size:1.2em;
	padding:5px 10px;
}
#ads {
    position: absolute;
    margin-left: -136px;
}
div#info{
	background:#ddd;
	border:1px solid #ccc;
	padding:20px;
	margin-bottom: 30px;
}
#info h3{
	font-size:1.4em;
	color:#3f4a4f;
	font-weight:normal;
}
#info p{
	font-size:1.2em;
	margin:5px 0 20px 0;
	line-height:1.3em;
	color:#333;
}
#info p a{
	color:#3f4a4f;
	
}
#info p a:hover{
	color:#333;
}