.rec-popup {
    position: absolute;
    display: none;
    width: 125px;
    padding: 5px;
    height: 40px;
    border: 1px solid #ccc;
    background: #fff;
    margin-top: 24px;
}

.mic-level {
    margin-top: 7px;
    width: 110px;
    height: 10px;
    padding: 3px 0 2px 15px;
    background: transparent url(buttons.gif) no-repeat -5px -31px;
}

.mic-level .level-container {
    background: #eee;
    width: 100px;
    height: 5px;
    display: block;
}

.mic-level .level-container div {
    background: #aaa;
    height: 5px;
    width: 1px;
    display: block;
}

.rec-popup button {
    width: 20px;
    height: 20px;
    background: #fff url(buttons.gif) no-repeat;
    border: 0;
    float: left;
    margin: 0 2px;
}

.rec-popup .rec-button {
    background-position: -26px -2px;
}

.rec-popup .rec-stop-button,
.rec-popup .play-stop-button
{
    background-position: -50px -2px;
}

.rec-popup .play-button {
    background-position: -74px -2px;
}

.rec-popup .upload-button {
    background-position: -98px -2px;
}

.rec-popup .rec-duration {
    float: left;
    border: 1px solid #ccc;
    background: #eee;
    font-family: sans-serif;
    font-size: 9px;
    width: 40px;
    text-align: center;
    margin: 3px 2px;
}

.rec-popup .rec-popup-close {
    position: absolute;
    top: 0px;
    left: 136px;
    width: 14px;
    height: 14px;
    background: transparent url(buttons.gif) no-repeat -149px -5px;
}

.rec-popup .upload-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 30px;
    background: #fff;
    font-family: sans-serif;
    font-size: 9px;
    padding: 10px;
    display: none;
}

.rec-popup .upload-progress .level-container {
    height: 5px;
    width: 100px;
    background: #eee;
    margin: 5px 0 0 0;
    display: none;
}

.rec-popup .upload-progress .error-container {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px;
    display: none;
}

.rec-popup .upload-progress .level-container div {
    height: 5px;
    width: 1px;
    background: #58b;
}

.rec-popup-open {
    display: none;
    width: 24px;
    height: 24px;
    background: url(buttons.gif);
    border: 0;
    float: left;
}

.rec-popup .no-mic-error {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 40px;
    background: #fff;
    font-family: sans-serif;
    font-size: 9px;
    padding: 5px;
    display: none;
}

.rec-popup .no-flash-error {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 40px;
    background: #fff;
    font-family: sans-serif;
    font-size: 9px;
    padding: 5px;
    display: none;
}

.rec-result {
    display: none;
    float: left;
    margin: 2px 7px 0 0;
    padding: 1px 4px;
    background: #eee;
}