Hola, al CSS del contenedor, añadele la línea en negrita:
Código CSS:
Ver original#contnot{
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 1px;
border-bottom-width: 1px;
border-top-style: dotted;
border-bottom-style: dotted;
border-top-color: #F00;
border-bottom-color: #F00;
height: auto;
[B]overflow:hidden;[/B]
}
Espero que te sirva