.jqmp3 .mp3switch {
    font-size:9px;
    color:#999999;
    margin-left:20px;
    cursor:pointer;
}

.jqPopUp {
display:none;
position:fixed;
border:4px solid black;
width:80%;
height:70%;
left:10%;
top:20px;
background-color:white;
overflow:auto;
}
.jqPopUpContent {
padding:1em;
}
/* IE 6 Hack */
* html .jqPopUp {
position: absolute;
top: expression(ignoreMe = document.documentElement &&
document.documentElement.scrollTop || document.body.scrollTop);
}

