#musicviewerDiv {
    width: 620px;
    height: 800px;
    
    /* position: absolute; 
    top: -1px; 
    left: -1px; */
}

#audiplayerContainer {
    position: absolute; 
    top: -1px; 
    left: -1px; 
}
#error {
	font: 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1A4088;
    margin: 50px auto 0px auto;
	width: 500px;
	min-height: 51px;
}

