El codigo de ese H3 es este y no tiene ningun margin-bottom
Código PHP:
.moduletable-bus h3{
color:#000000;
font-weight:bold;
font-style:italic;
font-size:10px;
text-align:right;
margin-top:2px;
line-height:0px;
font-family:Verdana;
margin-right:10px;
border: solid 1px #333333;
outline:inset;
background-color:#006600;
}
y de la parte inferior donde esta el input y la lupa es el siguiente:
Código PHP:
.moduletable-bus{
width:100px;
float:left;
margin:0;
padding:0;
margin-top:2px;
height:13px;
margin-top:-10px;
}
.moduletable-bus form{
background:#195294;
padding:0;
margin:0;
}
.search-bus{
float:right;
background-color:#003399;
padding:0;
margin:0;
height:18px;
}
.inputbox-bus{
float:right;
width:70px;
font-size:9px;
height:10px;
}