/* ================================
    CSS STYLES FOR Module Login
   ================================
*/
.popUpLogin{
    background: #fff;
    border: 1px solid #b8cedd;
    display: none;
    padding: 20px;
    position: absolute;
    top: 31px;
    right: 40px;
    z-index: 99999;
}

.collapseTrigger{
    color: #ee3e11;
    font-size: 14pt;
}
.collapseTrigger:hover{
    color: #bc310e;
    text-decoration: none;
}

#loginModule input{
    margin: 0 10px 10px 0;
    width: 100%;
}

#loginModule .loginButtons input{
    width: 80px;
}

#loginModule td{
    
}