.audio {
    display:none;
    color:#FFF;
}
.audioContainer
{
height:50px;width:100%;
border:solid 1px #dedede;
position:relative;
}
.audioProgress
{
height:50px;float:left;background-color:#f2f2f2;z-index:800;
}
.audioControl
{
width:37px;height:37px;margin-top: 1px;margin-left:1px;display: inline-block;
}
.audioTime
{
text-align: right;
margin-right: 5px;
}
.audioBar
{
height: 10px;
background-color: #cc0000;
width:100%;
display:inline-block;
}
.audioPlay
{
background:url('/templates/appcore/images/default/audio.png') no-repeat;
background-position-x: 0px;
} 
.audioPause
{
background:url('/templates/appcore/images/default/audio.png') no-repeat;
background-position-x: -37px;
}

.audioRecord[rel=disable],
.audioRecord[rel=start] {
    background:url('/templates/appcore/images/default/audio.png') no-repeat;
    background-position-x: -112px;    
}

.audioRecord[rel=stop]{
    background:url('/templates/appcore/images/default/audio.png') no-repeat;
    background-position-x: -75px;    
}


.audioRecord[rel=disable],
.audioOpacity {
    opacity: 0.7;
}

.audio-mode-text,
.audio-mode-audio {
    width:17px;
    height: 16px;
    background:url('/templates/appcore/images/default/audio-2.png') no-repeat;
    display: inline-block;
    padding-right: 5px;
}

.audio-mode-text {
    background-position-y: 0px;
}

.audio-mode-audio {
    background-position-y: -17px;
}