<pre>ul.tabs {
float:left;
list-style:none;
height:22px;
width:80%;
border-radius:8px 0 -50px 0;
margin:0;
padding:0;
}
 
ul.tabs li {
float:left;
height:21px;
line-height:21px;
border:1px solid #999;
overflow:hidden;
position:relative;
background:#e0e0e0;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border-top-left-radius:5px;
border-top-right-radius:5px;
margin:0 5px -1px 0;
padding:0;
}
 
ul.tabs li a {
text-decoration:none;
color:#000;
display:block;
font-size:12px;
border:1px solid #fff;
outline:none;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border-top-left-radius:5px;
border-top-right-radius:5px;
padding:0 10px;
}
 
ul.tabs li a:hover {
background:#ccc;
}
 
html ul.tabs li.active,html ul.tabs li.active a:hover {
background:#fff;
border-bottom:1px solid #fff;
}
 
.tabContainer {
border:1px solid #999;
overflow:hidden;
clear:both;
float:left;
width:80%;
background:#fff;
-webkit-border-radius:5px;
-webkit-border-top-left-radius:0;
-moz-border-radius:5px;
-moz-border-radius-topleft:0;
border-radius:5px;
border-top-left-radius:0;
}
 
.tabContent {
font-size: 12px;
padding:10px;
}


/*ptr pagina modificare_cont*/
ul.tabs2 {
float:left;
list-style:none;
height:22px;
width:100%;
border-radius:8px 0 -50px 0;
margin:0;
padding:0;
}
 
ul.tabs2 li {
float:left;
height:21px;
line-height:21px;
border:1px solid #999;
overflow:hidden;
position:relative;
background:#e0e0e0;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border-top-left-radius:5px;
border-top-right-radius:5px;
margin:0 5px -1px 0;
padding:0;
}

ul.tabs2 li a {
text-decoration:none;
color:#000;
display:block;
font-size:12px;
border:1px solid #fff;
outline:none;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border-top-left-radius:5px;
border-top-right-radius:5px;
padding:0 10px;
}
 
ul.tabs2 li a:hover {
background:#ccc;
}

html ul.tabs2 li.active,html ul.tabs2 li.active a:hover {
background:#fff;
border-bottom:1px solid #fff;
}
/*END ptr pagina modificare_cont*/
</pre>