/* limitInput.css - extra styles for input-limit progress bar.

   v001 24/10/07 Simon Sellick	- initial version, pinched from Trax

   include this file in the page header:

     <link rel="stylesheet" type="text/css" href="Includes/limitInput.css">
*/

  .progress{
    width:            1px;
    height:           14px;
    color:            white;
    font-size:        10px;
    overflow:         hidden;
    background-color: #0008BD;
    padding-left:     5px;
  }

/* end */
