.vDotLine
{
    background-color: #EBE3E5 /*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;
    width: 20px;
    font-size: 1px;
}

.hDotLine
{
    /*background-image: url(../images/delim_v.gif);*/
     background-color: #EBE3E5;
}