﻿/* EFFECTS SCROLLER */

/*Modify attributes of #contentwrapper below as desired*/
#contentwrapper
{
    width: 230px;
    height: 200px;
    border: 1px solid black;
    background-color: #C6FFC6;
    padding: 5px;
    position: absolute;
}

.billcontent
{
    width: 100%;
    display: block;
}


/* PAUSE SCROLLER */
#psscroller
{
    position: absolute;
}

#pscroller1
{
    width: 200px;
    height: 100px;
    border: 1px solid black;
    padding: 5px;
    position: absolute;
    text-align: left;
}

#pscroller2
{
    width: 500px;
    height: 20px;
    left:150px;
    border: 1px solid black;
    padding: 3px;
    position: absolute;
    text-align: left;
    font-size: 10pt;
    font-family: Verdana, Arial;
    background-color:#f0e298;
}