
body { font-family:Arial, Helvetica, sans-serif; background-color:#eee; margin:50px 0; }


.forgotPassword{ text-align:center; font-size:12px; }

.error { 
color:red; padding:6px 10px; text-align:center; border:1px solid red; margin:20px auto 10px auto; width:280px; 
-webkit-border-radius: 8px;
-moz-border-radius: 6px;
border-radius: 8px;
behavior: url(/css/PIE.php);
background-color:#fafafa;
}

.loginBox,.adminLoginBox { 
width:330px; 
margin:10px auto; 
padding:20px;
-webkit-border-radius: 18px;
-moz-border-radius: 18px;
border-radius: 18px;
-webkit-box-shadow: #aaa 0px 2px 8px;
-moz-box-shadow: #aaa 0px 2px 8px;
box-shadow: #aaa 0px 2px 8px;
background: #ffffff;
behavior: url(/css/PIE.php);
overflow:hidden;

}

.loginHeading { 
font-size:20px; 
color:#000;
padding:0px 0px;
margin:0px 0 20px 0;
}


.adminLoginBox .loginHeading { font-size:14px; background-color:#3d3d3d; padding:5px; color: white;}
.adminLoginBox { margin-top:120px; }

.loginLabel { font-size:12px; font-weight:bold; text-align:right; padding:0px 10px 0px 0px; width:10%; white-space:nowrap; }

.loginField, .captchaTable input {
    width:312px;
    font-size:12px;
    background-color:white;
    color:#000;
    border:1px solid #ccc;
    padding:6px;
    margin:4px 0px 10px 0;
}
.captchaTable {
    width:312px;
}
table.captchaTable, table.captchaTable tr, table.captchaTable td {
    padding:2px 0px;
}
.captchaTable input {
    width:250px;
}

.loginButton { margin:0px; font-size:12px; float:left; }

.forgotPasswordPrompt { margin-top:65px; font-size:14px; text-align:center; }
.version { text-align:center; font-size:10px; color:#888; margin-top:5px; }
.forgotPassword { font-size:12px; color:#888; }
.forgotPassword a { font-size:12px; color:#3268af; }
.yubiExplain {
    float:left;
    font-size: 12px;    
    margin-top: 3px;
}
.yubiExplain a {
    text-decoration: none;
}
form { margin:0; overflow:hidden; }





.loginButton {
    font-size: 11px;
    margin-top:2px;
    font-weight:bold;
    background-image:url(/images/button_background.gif);
    border:1px solid #999;
    background-repeat:repeat-x;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

.loginButton:hover {
    background-image:url(/images/button_hover_background.gif);
}

.captchaTable p, .captchaTable .captchaHint {
    display:none;
}
.captchaTable img {
    border:none;
}
