fieldset {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px; display: round;
}
legend {
background: #7393B3;
font: #000000;
border: solid 1px black;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
padding: 6px;
}
th {
background: #add8e6;
font: #000000;
}