.audio-player,
.audio-player div,
.audio-player h1,
.audio-player a,
.audio-player img,
.audio-player span,
.audio-player button {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

div.audio-player {
    position: relative;
    width: 100%;
	padding-top: 15px;
	padding-left: 15px;
 	margin-bottom: 15px;
 
    background: #094B88;
    background: -webkit-linear-gradient(top, #000 0%, #094B88 50%);
    background: -moz-linear-gradient(top, #000 0%, #094B88 50%);
    background: -o-linear-gradient(top, #000 0%, #094B88 50%);
    background: -ms-linear-gradient(top, #000 0%, #094B88 50%);
    background: linear-gradient(top, #000 0%, #094B88 50%);
 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


.audio-player h1 {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #ececec;
    text-shadow: 1px 1px 1px rgba(0,0,0, .5);
}

#player {
	margin-top: 5px;
	margin-bottom:15px;
	width: 90%;
}
