#tablist{
padding: 5px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px "Trebuchet MS", Geneva, Verdana, Arial, Helvetica, Sans-serif; 
background: #FFFFFF;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
background: #FFFFFF;
}

#tablist li a{
padding: 5px 0.5em;
margin-left: 0px;
border: 1px solid #cccccc;
border-bottom: none;
background: #FFFFFF;
}

#tablist li a:link, #tablist li a:visited{
color: navy;
}

#tablist li a.current{
background: #EAE5EF;
}

#tabcontentcontainer{
width: 760px;
/* Insert Optional Height definition here to give all the content a unified height */
padding: 0px;
border: 1px solid #cccccc;
background: #FFFFFF;
}

.tabcontent{
display:none;
background: #FFFFFF;
}

form {
margin: 0;
}