#yt_holder {
	background: #F2F2F2;
  font-family: "MyCustomFont", Verdana, Arial, sans-serif;
	font-size: 10pt;
	color:#AAB1B8;
	padding: 10px;
	border: 1px solid #D6D6D6;
	width: 400px;

	-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;
}

#ytvideo {
	min-height: 100px;
}

#yt_holder p {
	margin: 0;
	padding: 0;
}

#yt_holder .currentvideo {
	background: #e6e6e6;
}

#yt_holder .youplayer .youtitle {
	clear: both;
	position: relative;
	height: 11px;
	width: 100%;
	margin: 0 0 -14px 90px;
	padding: 0;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1em;
	font-weight: bold;
	color: #dedede;
	z-index: 999;
}

#yt_holder .youplayer .time {
	position: absolute;
	left: 10px;
	right: 10px;
	margin-top: -2px;
	font-size: 10px;
	color: #dedede;
	z-index: 999;
	text-align: right;
	float: right;
}

#yt_holder .youplayer ul.videoyou {
	position: relative;
	overflow: auto;

	-ms-overflow-x: hidden;
	overflow-x: hidden;

	margin: 0;
	padding: 0;
	height: 192px;
}

#yt_holder .youplayer ul.videoyou li {
	list-style-type: none;
	width: 100%;
	margin: 5px 0 0 0;
	padding: 0;
}

#yt_holder .youplayer ul.videoyou li img {
	position: absolute;
	left: 0;
	top: 0;
	width: 82px;
	height: 62px;
	margin: 0;
	padding: 0;
	border: none;
}

#yt_holder .youplayer ul.videoyou li a {
	position: relative;
	display: block;
	outline: none;
	height: 46px;
	margin: 0;
	padding: 16px 4px 0 90px;
	font-size: 11px;
	line-height: 1.2em;
	text-align: left;
	text-decoration: none;
	background: #666;
	color: #dedede;
}

#yt_holder .youplayer ul.videoyou li a.currentvideo {
	background: #333 !important;
	color: #dedede;
}

#yt_holder .youplayer ul.videoyou li a:hover {
	background: #595959;
}

/* social icons  */
#yt_holder .yfacebook {
    background: transparent url(facebook.png) no-repeat;
    border: none;
    float: left;
    padding: 0;
    margin: 60px 0 0 1px;
    height: 32px;
    width: 32px;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    display: none;
    outline: none;
}
#yt_holder .ytwitter {
    background: transparent url(twitter.png) no-repeat;
    border: none;
    float: left;
    padding: 0;
    margin: 100px 0 0 1px;
    height: 32px;
    width: 32px;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    display: none;
    outline: none;
}

/* up down buttons  */
#yt_holder .you_up {
	border: 0px;
	float: left;
	padding: 0;
	margin: -13px 0 0 -17px;
	height: 24px;
	width: 24px;
	cursor: pointer;
	position: absolute;
	z-index: 999;
	display: none;
}

#yt_holder .you_down {
	border: 0px;
	float: left;
	padding: 0;
	margin: -13px 0 0 -17px;
	height: 24px;
	width: 24px;
	cursor: pointer;
	position: absolute;
	z-index: 999;
	display: none;
}

/* 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 */
/* For the Demo button only */
.button {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: #6E7849 0 0 10px;
  background-color: #000000;
  background-image: -moz-linear-gradient(90deg, #d9dbd2, #000000);
  background-image: -ms-linear-gradient(90deg, #d9dbd2, #000000);
  background-image: -o-linear-gradient(90deg, #d9dbd2, #000000);
  background-image: -webkit-linear-gradient(90deg, #d9dbd2, #000000);
  background-image: linear-gradient(90deg, #d9dbd2, #000000);
  border-radius: 10px;
  border: 2px solid #4d4e4b;
  color: #ffffff;
  display: inline-block;
  font-size: 1.1em;
  margin: auto;
  padding: 5px;
  text-decoration: none;
}
.button:hover {
  padding: 5px;
}
