﻿/* EFFECTS SCROLLER */

/*Modify attributes of #contentwrapper below as desired*/
#contentwrapper
{
    width: 180px;
    height: 110px;
    border: none;
    background-color: transparent;
    position: absolute;
    z-index: 500;
    font: 10pt Verdana, Arial, Helvetica;
}

.billcontent
{
    width: 100%;
    display: block;
    font: 10pt Verdana, Arial, Helvetica;
}


/* PAUSE SCROLLER */
#pscroller1
{
    top: 250px;
    left: 300px;
    width: 200px;
    height: 200px;
    background-color: #f0e298;
    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: #f0e298;
}



