﻿/* EFFECTS SCROLLER */

/*Modify attributes of #contentwrapper below as desired*/
#contentwrapper
{
    position: absolute;
    top:-290px;
    left:414px;
    width: 460px;
    height: 135px;
    border: 1px solid black;
    background-color: #f7f5d1;
    z-index: 20;
    font: 10pt Verdana, Arial, Helvetica;
}

.billcontent
{
    width: 100%;
    display: block;
    font-family: 10pt Verdana, Arial, Helvetica;
}


/* PAUSE SCROLLER */
#pscroller1
{
    left: 0px;
    width: 198px;
    height: 150px;
    background-color: #f7f5d1;
    border: 1px solid black;
    position: absolute;
    text-align: justify;
}

#pscroller2
{
    top: 260px;
    width: 500px;
    height: 20px;
    left: 300px;
    border: 1px solid black;
    position: absolute;
    text-align: left;
    font-size: 10pt;
    background-color: #f7f5d1;
}



