

/* Request a song module */
.requestsongModule {
    height:450px;
    width: 942px;
}
/* TOP CONTAINER */
.requestsong-topContainter{
    height:55px;
}

 #requestsonglist-header{
     width:100%;
     background-image: url('../images/requestasong/requestBar_wide.png');
    background-repeat:no-repeat;
}


 #requestsonglist-containter{
    width:100%;
    height:335px;
}


.playlist-grid{
    width: 100%;
}


.playlist-item-number{
    width:8%;
}

.playlist-item-info{
    width:74%;
}

.playlist-item-preview, .playlist-item-request, .playlist-item-lyrics{
    text-align:center;
    width:6%;
}

/* Oval Buttons */
.requestasongButton{
    display:inline-block;
}

#scrollbar1 { width:100%; }
#scrollbar1 .viewport { width:100%; height: 335px;}

#scrollbar1 .track { 
    position: absolute;
    left: 910px;
    top: -320px;
    height: 302px;
}