#pollbox {
        position: absolute;
        top: 205px;
        left: 160px;
        padding: 10px;
        width: 400px;
        height: 300px;
        border: solid 3px #000066;
        background-color: #66FFFF;
        }
html>body #pollbox {
        width: 400px; /* ie5win fudge ends */
        }

#vote1box {
        position: absolute;
        top: 205px;
        left: 0px;
        padding: 0px;
        width: 140px;
        height: 75px;
        border: solid 0px black;
        background: url(pics/vote1.gif) no-repeat;
        }
html>body #vote1box {
        width: 140px; /* ie5win fudge ends */
        }

#vote4box {
        position: absolute;
        top: 285px;
        left: 0px;
        padding: 0px;
        width: 140px;
        height: 117px;
        border: solid 0px black;
        background: url(pics/vote4.gif) no-repeat;
        }
html>body #vote4box {
        width: 140px; /* ie5win fudge ends */
        }

#vote2box {
        position: absolute;
        top: 407px;
        left: 0px;
        padding: 0px;
        width: 140px;
        height: 84px;
        border: solid 0px black;
        background: url(pics/vote2.gif) no-repeat;
        }
html>body #vote2box {
        width: 140px; /* ie5win fudge ends */
        }

#vote3box {
        position: absolute;
        top: 205px;
        left: 570px;
        padding: 0px;
        width: 140px;
        height: 137px;
        border: solid 0px black;
        background: url(pics/vote3.gif) no-repeat;
        }
html>body #vote3box {
        width: 140px; /* ie5win fudge ends */
        }

#vote5box {
        position: absolute;
        top: 372px;
        left: 570px;
        padding: 0px;
        width: 140px;
        height: 56px;
        border: solid 0px black;
        background: url(pics/vote5.gif) no-repeat;
        }
html>body #vote5box {
        width: 140px; /* ie5win fudge ends */
        }

.polltext {
        font-family: Arial, Verdana, Helvetica, Sans-serif;
        font-size: 10pt;
        color: #000066;
        font-weight: bold;
        vertical-align: left;
        text-align: left;
   }


