﻿/* EFFECTS SCROLLER */

/*Modify attributes of #contentwrapper below as desired*/
#contentwrapper
{
    width: 200px;
    height: 200px;
    border: 1px solid black;
    background-color: #f0e298;
    position: absolute;
    z-index: 20;
    font: 10pt Verdana, Arial, Helvetica;
}

.billcontent
{
    width: 100%;
    display: block;
    font: 10pt Verdana, Arial, Helvetica;
}


/* PAUSE SCROLLER */
#pscroller1
{

    width: 198px;
    height: 150px;
    background-color: #EDCCCC;
    border: 1px solid #880D0D;
    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;
}



