#dvup_wrapper
{
 border:1px solid #999;
 background-color:#fff;
 width:280px;
 margin:10px auto;
 text-align:center;
}
#dvup_wrapper br{clear:both;}
#dvup_wrapper a
{
 display:inline-block;
 margin:0px;
 padding:0px;
 padding:5px 0px;
 border:none;
 border-radius:0px;
 border-bottom:1px solid #ddd;
 width:35px;
 height:37px;
}
#dvup_wrapper a img
{
 border:none;
 border-radius:3px;
 padding:0px;
 margin:0px;
 width:35px;
 height:35px;
 transition:box-shadow linear 0.2s;
}
#dvup_wrapper a img:hover
{
 box-shadow:0px 0px 3px #777;
}
#dvup_wrapper p{margin:0px;}
#dvup_timer
{
 min-width:10px;
 border:none;
 float:left;
 padding:12px 5px;
 font-family:'courier new';
 font-size:16pt;
 font-weight:bold;
}
#dvup_volume
{
 min-width:10px;
 float:right;
 padding:10px 5px;
 border:1px solid #fff;
}
#dvup_volume a
{
 padding:0px;
 margin:0px;
 border:1px solid #ccc;
 width:5px;
 border-radius:4px 0px 0px 0px;
}
#dvup_playlist
{
 min-width:270px;
 max-height:500px;
 overflow:auto;
}
#dvup_playlist a
{
 display:block;
 text-decoration:none;
 text-align:left;
 width:auto;
 height:auto;
 padding:4px 10px;
 color:#000;
 font-family:arial;
 font-size:12pt;
}
#dvup_playlist a:hover
{
 color:#fff;
 background-color:#FF9900;
}
#dvup_progressbar
{
 border-bottom:1px solid #999;
 height:15px;
 text-align:left;
 margin:0px;
 cursor:pointer;
 overflow:hidden;
}
#dvup_progress
{
 min-width:0px;
 margin:0px;
 padding:0px;
 height:100%;
 width:0px;
 background-color:#FF9900;
 cursor:pointer;
 transition:width linear 0.1s;
}