Estimado, he hecho los cambios que me recomendaste.
Y tambein modifique el codigo de mi Css:
Antes:
Código:
#formulario {background: url(img/form.jpg); width:410;height:513}#Tabla_01 tr td #formulario .form table tr td {
font-family: Helvetica;
color: #FFF;
font-weight: bold;
}
#formulario2 {background: url(img/cl.jpg); width:400;height:177}
Me faltaba indicar el tamaño del formulario:
quedo asi:
Código:
#formulario {background: url(img/form.jpg); width:410;height:513}#Tabla_01 tr td #formulario .form table tr td {
font-family: Helvetica;
color: #FFF;
font-weight: bold;
}
#formulario2 {background: url(img/cl.jpg); width:400;height:177}
#formulario2 {
width:400px;
height:177px;
}