.vDotLine
{
    background-color: transparent;
    background-image: url(../images/delim_v.gif);
    background-repeat: repeat-y;
    background-attachment: scroll;
    -x-background-x-position: center;
    -x-background-y-position: top;
    -moz-background-clip: -moz-initial;
    -moz-background-origin: -moz-initial;
    -moz-background-inline-policy: -moz-initial;

    font-size: 1px;
}

.hDotLine
{height:1px;
    background-image: url(../images/delim_v.gif);
        background-repeat: repeat-x;
}

#whatsNew .hDotLine, #whatsNew .vDotLine
{border:0px solid #E2E2E2;
    background-color: transparent;
}
