*{
	margin: 0;
	padding: 0;
}
ul#tabs {
    margin:0;
    width:600px;
    font-size:12px;
}

ul#tabs li {
    border-bottom:1px solid #999;
    width:300px;
    float:left;
    list-style:none;
    text-align:center;
}

ul#tabs li a {
    padding:10px 0;
    display:block;
    background-color:#eee;
    line-height:1em;
    color:#000;
    text-decoration:none;
}

ul#tabs li.open {
    border:1px solid #999;
    border-bottom:none;
    width:298px;
    font-weight:700;
}

ul#tabs li.open a {
    background-color:#fff;
    color:#06e;
}

div.box {
    padding:10px;
    border:1px solid #999;
    border-top:none;
    width:578px;
    min-height:100px;
    background-color:#fff;
    font-size:12px;
}
div.box dd{
    line-height:20px;
    border-bottom: solid 1px #ccc;
}
div.box dt{
    padding-top:10px;
    font-weight:700;
}

/*  table css */
.table_type1{
    background-color:transparent;
    border-collapse:collapse;
    border-spacing:0px;
    max-width:100%;
    outline:0px !important;
    width:578px;
    margin-top:50px;
    margin-bottom:20px;
    font-size:12px;
}
.table_type1 td{
    padding:6px 3px;
}

