.vDotLine
{
    background-color: transparent;
    background-image: url(../images/delim_v.gif);
    background-repeat: repeat-y;
    background-attachment: scroll;
	background-position: center center;

    width: 1px;
    font-size: 0px;
}

.hDotLine
{
    background-image: url(../images/delim_h.gif);
    padding:1px 0;
}