/* ----- THESE CSS TAGS ARE FOR MUSIC POSTS, DO NOT DELETE ! ----- */

#musicbox{
width: 240px;
height: 100px;
text-align: left;
}
 
.cover {
width:100px;
height: 100px;
display: block;
position:absolute;
z-index:2;
}
   
.cover img{
width: 60px;
}
 
.playbutton {
width:25px;  
height: 25px;  
line-height:20px;
overflow: hidden;  
position:relative;
z-index:100;
margin-left:8px;
margin-top:5px;
}
 
 
.playbox {
opacity: 0.8;
background-color: #000000;  
position: absolute;  
z-index: 1000;
margin-top:20px;  
margin-left:23px;
width:40px;
height:40px;
line-height:32px;
text-align:center;
}
 
.audioplayer {
float:left;
margin-left: 100px;
position: absolute;
display: block;
margin-top: 10px;
padding-bottom:7px;
}
 
.infomusic {
text-align:left;
}