/* ----- login.css ----- */

body
{
   background: #E0DEDF url(../images/bg.gif) repeat-x;
   color: #998;
   font: 11px Arial, sans-serif;
   margin: 10px;
   text-align: center;
}

.form
{
   padding: 4px 40px 10px 20px;
}

.login-bkgd
{
   width: 260px;
   height: 122px;
   background-image: url(../images/background-login.gif);
   background-repeat: no-repeat;
}

.forgot-bkgd
{
   width: 260px;
   height: 150px;
   background-image: url(../images/background-forgot.gif);
   background-repeat: no-repeat;
}

input.rc-button
{
   font-weight: bold;
   font-size: 125%;
}

#button
{
   margin-top: 12px;
}

#button input
{
   float: right;
}

#button button
{
   float: right;
}

.disabled
{
   color: #777;
}

.failed
{
   background-color: #FCC;
}

.passed
{
   background-color: #CFC;
}

.lower-menu
{
   text-align: right;
   padding: 10px 35px 10px 20px;
}

#lower-menu a
{
   color: #333;
}

#license-menu a
{
   color: #333;
}

#sidebar
{
   text-align: left;
}

.error label
{
   display: inline;
   margin: 0px;
   padding: 0px;
}

div.dialogError
{
   font-style: italic;
   padding-left: 25px;
   text-align: left;
   color: red;
}
