div#yomirobo-player {
  position: fixed;
  cursor: move;
  top: 20px;
  left: 20px;
  z-index: 9999;
}

div#yb-player {
  width: 180px;
  background-color: #ffffff;
  border:2px solid #6FBC25;
}

div#yb-hd {
  height: 26px;
  text-align: left;
  border-bottom: 2px solid #6FBC25;
  background-color:#F7F6F4;
}

div#yb-hd01{
  width:126px;
  height:26px;
  background:url(../img/hd_logo.jpg) no-repeat left center;
  float:left;
  text-indent: -9999px;
}

div#yb-hd02 a {
  width:18px;
  height:26px;
  background:url(../img/hd_close.jpg) no-repeat left center;
  float:right;
  display: block;
  text-indent: -9999px;
}

div#yb-ctl {
  width:174px;
  height:21px;
  margin-top: 10px;
  margin-right: 3px;
  margin-left: 3px;
}

div#yb-ctl01{
  width: 86px;
  height: 21px;
  float: left;
  cursor: pointer;
  padding: 0px;
  margin: 0px;
  border: none;
}
/*
div#yb-ctl01 a {
  width: 86px;
  height: 21px;
  display: block;
  text-indent: -9999px;
  background:url(../img/btn_play.jpg) no-repeat center center;
}
*/
div#yb-ctl02{
  width: 85px;
  height: 22px;
  float: right;
  margin: 0px;
  padding: 0px;
}

div#yb-txt{
  width: 168x;
  color: #666;
  font-size:10px;
  line-height: 14px;
  text-align: left;
  margin-top: 10px;
  margin-right:3px;
  margin-left: 3px;
  height: 50px;
  border: 1px solid #6FBC25;
  padding: 2px;
  overflow-y: scroll;
}

div#yb-ads{
  width: 120px;
  height: 240px;
  margin-top:5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

div#yb-ft{
  border-top: 2px solid #6FBC25;
  background-color: #EBE5D7;
  width: 170px;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

div#yb-ft01{
  width:167px;
  height: 32px;
  background:url(../img/ft_logo.jpg) no-repeat left center;
  text-indent: -9999px;
}

div#yb-ft02{
  width: 170px;
  margin-top: 5px;
  font-size:10px;
  line-height: 17px;
  color: #7D8B67;
  text-align: left;
}

div#yb-ft03{
  width:170px;
  padding-top:5px;
  padding-bottom:5px;
  text-align:right;
  color:#333;
  font-size:12px;
  font-weight: bold;
}

.yb-play_btn {
  cursor: pointer;
}

.clear{
  clear: both;
  height: 1px;
}



