.daps-container{
    
    position: relative;
    
    /* prevent div highlighting */
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    -khtml-user-select: none; /* webkit browsers */
    -o-user-select: none;/* not yet implemented */
    user-select: none;/* not yet implemented */	
    -webkit-touch-callout: none;
    
    /* keep the cursor pointer */
    cursor: default;
    
}

.daps-field{
    display: block;
    width: 100%;
}

.daps-field-element{
    position: absolute;
    visibility: hidden;
}

.daps-player{
    height: 57px;
    width: 22px;
    z-index: 1;
}

.daps-label{
    background: url('../img/label/label.png') 0 0 no-repeat;
    height: 22px;
    width: 123px;
    opacity: 0.7;
    z-index: 0;
}

.daps-label-text{
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    height: 22px;
    line-height: 22px;
    margin-left: 30px;
    margin-right: 12px;
    text-align: center;
    width: 81px;
    font-family: Arial,Helvetica,Verdana,sans-serif;
}