/* [Login Style Sheet] */

@import "reset.css";

body {font:10pt sans-serif}
.body {width:100%;text-align:center}

.main {width:500px;margin:100px auto;text-align:left;padding: 20px}
.main h1 {
margin-bottom:20px;border-bottom:1px solid #c0c0c0;padding: 0.8em 20px 22px 0;text-align:right;font-size:160%;
background:url(/images/logo.png) no-repeat 36px 0;
}

.main form {margin:0 20px}
.main form p {margin: 10px 0;font-size:140%}
.main form p.or {text-align:center}
.main form p label {float:left;text-align:right;width:100px;margin-right:10px}

.restore_button { margin-top: 1em; padding-top: 0.5em; border-top: 1px solid #c0c0c0; text-align: center; }
.restore_button a { color: #b40e0c }

/* Errors & Messages */
.error {
  border: 2px solid; margin-bottom: 20px; padding: 10px 5px 10px 40px; text-align: left;
  background: url(/images/error.png) no-repeat 10px 9px #ffdbdb; border-color: #f26666;
}
.notice {
  padding: 10px 10px 10px 40px; border: 2px solid; text-align: left;
  background: url(/images/success.png) no-repeat 10px 9px #c5fca3; border-color: #62cf21;
}

