/* Surround div around player. Is optional */
.youtubeplayer {
  width: 640px ;
  margin-left: auto ;
  margin-right: auto ;
}
/* END */

/* youtube css (needed) */
.yt_holder {
width:560px;
margin:12px auto;
/* 
background: #F2F2F2;
font:12px/20px Arial, Helvetica, sans-serif;
padding: 10px;
float: left;
border: 1px solid #D6D6D6;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 2px 2px 10px #423942;
-moz-box-shadow: 2px 2px 10px #423942;
box-shadow: 2px 2px 10px #423942;
behavior: url(./css/ie-css3.htc);
*/
}
/* player version 2 */
#yt_video {
height:340px;
/* remember to add 25px to the height of the video for the player bar */
}

.currentvideo {
background: #ffffff;
}

.yt_playlist_container {
	
}

.yt_playlist_container ul.yt_playlist {
	list-style-type:none;
	margin:12px 0px;
}

.yt_playlist_container ul.yt_playlist li {
	display:block;
	padding:10px;
	height:60px;
	border-bottom:solid 1px #a6b8c3;
	clear:both;
	cursor:pointer;
}

ul.yt_playlist a {
	text-decoration:none;
}

ul.yt_playlist .yt_title a {
	text-decoration:underline;
}

ul.yt_playlist .yt_description a {
	color:#000000;
}

.yt_thumb {
	width: 81px;
	height: 60px;
	position:absolute;
	margin:0px 0px;
	display:block;
}
.yt_title {
	position:absolute;
	margin:0px 0px 0px 90px;
	font-size:14px;
	width:410px;
}
.yt_description {
	position:absolute;
	margin:20px 0px 0px 90px;
	font-size:12px;
	margin-left:90px;
	width:450px;
}
.yt_time {
	float:right;
	width:40px;
	font-size:11px;
	text-align:right;
}



/* youtube css END */

/* for the search form */
form#quick-search {
padding: 0; margin: 10px 0 0 10px;
width: 270px; height: 33px;
background: #fff url(header-search.gif) no-repeat;
border: none;
}
form#quick-search p {
margin: 0; padding: 0;
border: none;
}
form#quick-search input {
border: none;
background: transparent;
color: #666666;
margin: 0; padding: 3px;
font-size: 1.2em;
float: left;
}
form#quick-search .tbox {
margin: 6px 0 0 5px;
width: 230px;
display: inline;
}
form#quick-search .btn{
width: 24px; height: 24px;
margin: 5px 0 0 0;  padding: 0;
}
form#quick-search label {
display: none;
}
/* search END */
