.mdlcontainer{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 5000;
}
.mdloverlay{
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.4;
    filter: alpha(opacity=40);
    position: fixed;
}
.modal{
    width: 500px;
    margin: auto;
    background: white;
    display: none;
    position: relative;
    z-index: 6000;
    top: 200px;
}
.modal h2{
    margin: 0;
    padding: 5px 15px;
    background:#ccc;
    font-size: 12px;
    font-weight: normal;
    
}
.modal h2 .close{
    float: right;
    margin-right: 10px;
}
.modal .content{
    padding: 15px;
}
#loginpanel .content label{
    display: block;
}

#loggedinemail a{
    position: relative;
    z-index: 500;
}