#authtop {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: 270px;
    width: 200px;
    z-index: 100500;
    /*border: 1px solid red;*/
    padding: 10px;
}

.auth-summary {
    overflow: hidden;
    height: 100px;
}

.auth-summary:hover {
    height: auto;
    background-color: darkgreen;
    border: 1px solid gray;
}

#authtop .carma {
    width: 50px;
    color: white;
    background-color: #e07900;
    text-align: center;
    text-decoration:none;
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
}

#authtop a {
    color: rgb(200,200,200);
    text-decoration: underline;
    font-size: 11px;
}
#authtop a:hover {
    text-decoration: none;
}

#authtop .yellow {
    font-size: 16px;
    color: yellow;
    display: block;
    text-decoration: none;
    padding: 0;
    margin: 0;
}
#authtop .yellow:hover {
    text-decoration: underline;
}

#authtop table td {
    font-size: 11px;
    color: white;
}

#authtop table td input {
    font-size: 11px;
    border: 1px solid gray;
}

#authtop img {
    margin-right: 10px;
    margin-top: 3px;
}

#authtop .newmsg {
    text-decoration: none;
    color: white;
}
#authtop .newmsg:hover {
    text-decoration: underline;
}

/* ajax messages */
#ajaxmessages {
    /*border: 1px solid red;*/
    width: 200px;
    position: absolute;
    top: 10px;
    left: 100%;
    margin-left: -210px;
    z-index: 5000;
}
#ajaxmessages .ajaxmessageone {
    background-color: darkred;
    padding: 5px;
    margin-bottom: 5px;
    height: 100px;
    overflow: hidden;
}
#ajaxmessages .ajaxmessageone a {
    color: rgb(230,230,230);
    font-size: 10px;
}
#ajaxmessages .ajaxmessageone a strong {
    color: white;
    font-size: 12px;
}
#ajaxmessages .ajaxmessageone .ajaxmessageclose {
    display: block;
    text-align: right;
    font-size: 9px;
}

.status{
    color:yellow;
    cursor:default;
}
.statusupdate{
    color:gray;
}
/* ajax messages END */