#audioplay {
	position: relative;
	width: 710px;
    height: 420px;
	margin: 0 auto;
	top: 160px;
}

#audioplay .text {
	float: left;
	line-height: 26px;
	color: #734267;
    font-family: "VAGRoundedBold";
    font-size: 30px;
    line-height: 29px;
    letter-spacing: 2px;
}

#audioplay .legendBox {
    float: left;
    margin-top: 25px;
    width: 710px;
    height: 54px;
}

#audioplay .legend {
    font-family: "VAGRoundedLight";
    font-size: 20px;
    font-weight: bold;
    height: auto;
    color: #000;
    background-color: #fff;
    text-align: center;
    padding: 10px;
}

#audioplay .description {
    float: left;
    font-family: "VAGRoundedLight";
    font-size: 20px;
    line-height: 26px;
    margin-top: 40px;
    width: 710px;
    height: 240px;
    color: #734267;
}

#audioplay .player {
	float: left;
	width: 710px;
    height: 60px;
	margin-top: -30px;
}

#audioplay .control {
	float: left;
	width: 710px;
    height: 60px;
}

.audioCredit {
    position: relative;
    color: #734267;
    /*text-shadow: #000 0 0 0.3em;*/
    font: 13px "Verdana", Helvetica, Arial, sans-serif; 
    height: auto;
    float: right;
    margin-top: 10px;
    line-height: 12px;
    z-index: 2;
	
    /*-webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);*/
}