@CHARSET "UTF-8";
#cypopuptzoneselect {
   position: absolute;
   overflow-x:visible;
   overflow-y:scroll;
    border-style:ridge;
    border-color:#0000FF;
    border-width:3px;
    font-size:8pt;
   background: #F9F9F9;
    margin-top:2px;
/*
   height: 200px;
*/
    width: 12em;
   z-index: 1000;
}

.cyc-through{
    text-decoration:line-through;
}

