.divusertopbox {
    position: absolute;
    top: 0px;
    right: 30px;
    min-height: 30px;
    background: #ff6600;
    width: 100%;
    margin-right: 7px;
}

.divusertoptitle {
    font-family: Arial, Verdana, Tahoma, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding: 5px 15px 0 30px;
}
.divusertopitem {
    float: left;
    display: inline;
    font-family: Arial, Verdana, Tahoma, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    padding: 5px 15px 5px 15px;
}
.divusertopitem a:link, .divusertopitem a:active, .divusertopitem a:visited {
    color: #fff;
    font-family: Arial, Verdana, Tahoma, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
.divusertopitem a:hover {
    color: #cdcdcd;
    font-family: Arial, Verdana, Tahoma, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}


.topwrapper {
    margin: 0 auto;
    width: 100%;
    position: relative;
}
.projectinsertplus  {
    text-align: center;
}
.projectinsertplus a {
    display: inline-block;
    width: 128px;
    height: 128px;
    font-size: 125px;
    text-align: center;
    padding: 36px 0 0 0;
    margin: 0 auto;
    background: #46b446;
    border-radius: 35px;
    border: 5px solid #46b446;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}
.projectinsertlink  {
    text-align: center;
}
.projectinsertlink a {
    text-transform: uppercase;
    background: transparent !important;
}

.projectgroupsitems {
    vertical-align: top;
}