I have fieldset and legend. fieldset border is coming in the middle of the legend like below

But I want border like below

Border line should come below legend.
I am using below css.
.fieldSet
{
width: 97%;
margin-left: 10px;
border-color: #003366;
}
.legendStyle
{
border-style:none;
background-color: #003366;
font-family: Tahoma, Arial, Helvetica;
font-weight: bold;
font-size: 9.5pt;
Color: White;
width:30%;
padding-left:10px;
}