#tabs-wrapper ul li a{
/*    display: block;*/
    background: #F6F6F6;
    background: -moz-linear-gradient(top, #F6F6F6, #DFDFDF);
    background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#DFDFDF));

    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    -o-border-radius: 22px;
     border-radius: 22px;
      padding: 4px 15px;
}
ul.primary {
    border-bottom: 0px solid #BBBBBB;
    border-collapse: collapse;
    height: auto;
    line-height: normal;
    list-style: none outside none;
    margin: 15px 5px 5px;
    padding: 0;
    white-space: nowrap;
}
ul.primary li a,ul.primary li.active a {
    border: none;
}
input[type="text"],input[type="password"] {
    border: 1px solid #E1E1E1;
    color: #4E4E4E;
}
.profile h3 {
    border-bottom: 0px solid #CCCCCC;
    background: none !important;
}
.block-region {
    background-color: white;
    margin-bottom: 4px;
    margin-top: 4px;
    padding: 3px;
    border: 1px dotted #C0C0C0;
}