/*****************************************************************************
 * Copyright 2024 Parabon NanoLabs, Inc.  This software is confidential
 * and is the copyright and proprietary property of Parabon NanoLabs, Inc.  
 * Neither the source code nor its graphical rendering may be reproduced 
 * for any reason without prior written permission.  All rights not 
 * specifically granted in writing are reserved to Parabon NanoLabs, Inc.
*****************************************************************************/
/*
 *  Progress bar implementation in CSS
 */
.progressbar {
    width: 230px;
    background: url(../images/progressbar.png) no-repeat 0 -40px;
}
.progressbar-completed {
    height: 20px;
    margin-left: -1px;
    background: url(../images/progressbar.png) no-repeat 1px 0;
}
.progressbar-completed div {
    float: right;
    width: 50%;
    height: 20px;
    margin-right: -1px;
    background: url(../images/progressbar.png) no-repeat 100% 0;
    display: inline; /* IE 6 double float bug */
}

.form_widget_amount_slider {
  border-top:1px solid #9d9c99;
  border-left:1px solid #9d9c99;
  border-bottom:1px solid #eee;
  border-right:1px solid #eee;
  background-color:#f0ede0;
  height:3px;
  position:absolute;
  bottom:0px;
}

.form_buttons {
    float: left; 
    border: 0; 
    text-decoration: none; 
    background-color: #fff; 
    width: 30px; 
    height: 18px; 
    font-size: .725em; 
    margin: 10px 0 0 4px;
}

.status {
    float: left;
    border: none;
    padding-bottom: 10px;
}

.text-box {
    clear: both;
    border: 1px solid #ccc; 
    width: 100%; 
    padding: 0px 5px 8px 5px;
    margin-top: 22px;
}
