el estilo queda asi
Código:
.punteado21 { font-family: verdana, arial;
font-size: 10pt;
border-top-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: solid;
border-top-color: #FFFFFF;
border-right-color: #FFFFFF;
border-bottom-color: #FFFFFF;
border-left-color: #FFFFFF;
}
eso lo guardas en un archivo estilo.css el cual debes vincular desde tu php, y la tabla quedaria asi
Código HTML:
<table width="xxx" align="xxx" cellpadding="0" cellspacing="0" class="tablas_cont" >