.nc_cp {
    color: #94CD1B !important;
    height: 50px !important;
    font-size: 14px !important;
    font-family: "Helvetica Neue", arial, helvetica, sans-serif !important;
    float: left;
    position: fixed;
    right: 0;
    bottom: 40px;
    width: 270px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999;
}

.nc_logo {
    margin: 0px 0 0 10px !important;
    padding: 0 !important;
    width: 400px !important;
    height: 50px !important;
    float: left !important;
    background: transparent url('../images/nc_logo.gif') no-repeat left !important;
    text-align: right !important;
    font-weight: bold !important;
    border: none !important;
}

a.nc_edit {
    font-size: 10px !important;
    text-decoration: none !important;
    text-transform: none !important;
    border: none !important;
    display: inline !important;
    line-height: 12px !important;
}

.nc_button {
    background: #fafafa;
    float: left;
}

.nc_button a,
.nc_button a:link,
.nc_button a:visited,
.nc_button a:active,
.nc_button a:hover {
    padding: 0px 12px 0px 12px !important;
    height: 26px !important;
    color: #707070 !important;
    line-height: 26px !important;
    text-align: center !important;
    font-weight: bold !important;
    font-size: 13px !important;
    text-decoration: none !important;
    border: none !important;
    display: inline-block !important;
}

.nc_button a:hover {
    color: #303030;
}

.nc_button a .nc_icon {
    padding: 0px 0px 0px 20px;
    font-weight: bold;
    height: 16px;
}

.nc_button_push_right {
    float: right;
    margin: 14px 14px 0 0;
}

.nc_icon_title {
    background: url('../images/application_get.png') no-repeat left top;
}

.nc_icon_logout {
    background: url('../images/lock.png') no-repeat left top;
}

a.nc_login_link {
    font-size: 10px !important;
    text-decoration: none !important;
    text-transform: none !important;
    border: none !important;
    display: inline !important;
    line-height: 16px !important;
}

.nc_clear {
    clear: both;
}