fieldset {

    position: relative;
    padding-top: 18px;
    margin-bottom: 15px;
    background: #F6F6F6;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 3px 3px 10px #ccc;
    border-width:1px;
    border-style: solid;
    border-color:#000000;

}
legend {
    padding: 2px 12px;
    position: absolute;
    left: 10px; top: -11px;
    height: 16px;
    background-color: #4F709F;
    color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 2px 2px 4px #888;
    -moz-box-shadow: 2px 2px 4px #888;
    -webkit-box-shadow: 2px 2px 4px #888;
    text-shadow: 1px 1px 1px #333
}


td {
    height: 5px;
    padding:2px;
/*    border: 1px solid black;*/
}

