#action {
    margin-top:30px;
}
.action-progress {
    display:inline;
    float:left;
    height:30px;
    position:relative;
    width:280px;
    clear:right;
    margin-right:12px;
}
.action-progress .bar {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(../images/progress-red.gif) repeat scroll 0 0;
    color:#000000;
    font-size:16px;
    height:23px;
    padding:6px 5px 0 0;
    text-align:right;
    width:0;
}
.action-progress .container {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(../images/progress-container.png) no-repeat scroll 0 0;
    height:30px;
    left:0;
    position:absolute;
    top:0;
    width:280px;
}
.action-progress .user-pointer {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(../images/progress-user.png) no-repeat scroll 0 0;
    color:#000000;
    font-size:0.9em;
    font-weight:700;
    height:14px;
    left:36px;
    padding:15px 0 0;
    position:absolute;
    text-align:center;
    text-transform:uppercase;
    top:24px;
    width:36px;
}
#action span { text-transform:uppercase; }


