div.connected {
    position:   absolute;
    top:        5px;
    width:      100%;
    left:       0px;
    font-size:  11px;
    text-align: center;
    color:      #AAAAAA;
    z-index:    1000;
}
div.loginBox {
    position:   absolute;
    text-align: center;
    width:      84px;
    font-size:  11px;
    left:       213px;
    top:        310px;
    z-index:    1000;
}
input.loginId {
    background: none;
    position:   relative;
    border:     1px solid #DDDDDD;
    color:      #DDDDDD;
    width:      84px;
    bottom:     1px;
    font-size:  8pt;
    text-align: center;
}
input.loginPass {
    background: none;
    position:   relative;
    border:     1px dashed #DDDDDD;
    width:      84px;
    color:      #DDDDDD;
    bottom:     1px;
    font-size:  8pt;
    text-align: center;
}
input.loginButton {
    background: none;
    margin-top: 4px;
    width:      84px;
    border:     1px solid #DDDDDD;
    color:      #DDDDDD;
    position:   relative;
    font-size:  8pt;
}
#messageDuJour {
    display:        none;
    padding:        5px;
    width:          500px;
    -moz-opacity:   0.7;
    background:     #999999;
    filter:         alpha(opacity=70);
    border:         1px dotted #FFFFFF;
    color:          #FFFFFF;
    font-weight:    bold;
    font-size:      10pt;
    font-variant:   small-caps;
}
a {
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
#loginForm {
    z-index:        1001;
}

#content {
    display:        none;
}