body {
  background:#333;
  color:#fff;
  font-family:'lucida grande', verdana, sans-serif;
  font-size:12px;
  text-shadow:#000 0 1px 0;
}
a { color:#ccc }

h1 {
  margin:0;
  padding:0 0 7px;
  border:0;

  display:block;
  position:absolute;
  left:200px;
  right:200px;
  bottom:50%;
  
  color:#fff;
  font-family:'helvetica neue', helvetica, verdana;
  font-size:28px;
  text-shadow:#000 0 1px 0;
}

form {
  height:50%;

  margin:0;
  padding:0;
  border:0;
  
  display:block;
  position:absolute;
  top:50%;
  left:0;
  bottom:0;
  right:0;
  
  background:#222;
  color:#fff;
}
  form .flash {
    margin:0;
    padding:10px 200px;
    border-top:1px solid #d83535;
    border-bottom:1px solid #5a0000;
    
    background:#aa0000;
    color:#fff;
    font-weight:bold;
  }
    form .flash.notice {
      border-top-color:#1686d5;
      border-bottom-color:#003c66;
      background:#0066ae;
      color:#fff;
      text-shadow:#003c66 0 1px 0;
    }
  form fieldset {
    margin:0;
    padding:20px 200px 0;
    border:0;
    border-top:1px solid #444;
  }
  form div {
    width:300px;
    float:left;
  }
    form div.remember {
      width:250px;
      padding-left:50px;
      
      display:block;
      clear:both;
    }
      form div.remember input { width:auto }
    form div.finish { text-align:right }
    form div.finish.short { width:auto }
  form button {
    margin:0 22px 0 0;
    padding:5px 10px;
    border:0;
    
    display:block;
    float:right;
    
    background:#444;
    color:#fff;
    font-size:12px;
    font-weight:bold;
    text-shadow:#000 0 1px 0;
    
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    border-radius:12px;

    -webkit-box-shadow:#000 0 1px 0;
    -moz-box-shadow:#000 0 1px 0;
    box-shadow:#000 0 1px 0;
  }
  form label {
    margin:0;
    padding:0 10px 0 0;
    border:0;
    
    display:inline-block;
    
    font-size:12px;
    line-height:2;
    font-weight:bold;
    cursor:pointer;
  }
  form input[type=text], form input[type=password] {
    width:180px;
    
    margin:0;
    padding:4px 10px;
    border:0;
    
    font-size:12px;
    color:#000;
    
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    border-radius:12px;
    
    -webkit-box-shadow:#000 0 1px 0;
    -moz-box-shadow:#000 0 1px 0;
    box-shadow:#000 0 1px 0;
  }
    form input:focus, form input:active, form button:active, form button:hover, form button:focus {
      outline:0;
      -webkit-box-shadow:#0090ff 0 0 4px;
      -moz-box-shadow:#0090ff 0 0 4px;
      box-shadow:#0090ff 0 0 4px;
    }
    form button:active, form button:hover, form button:focus { background-color:#111 }
  form button { cursor:pointer }
  form div { margin:0 0 10px }
  div.fieldWithErrors { width:auto; margin:0; display:inline !important }
.recovery {
  margin:0;
  padding:0;

  position:absolute;
  bottom:20px;
  right:20px;
  
  color:#fff;
}
noscript, #ie_warning {
  height:40px;
  
  margin:0;
  padding:0 10px;

  position:absolute;
  top:0;
  left:0;
  right:0;
  
  background:#d20b0b url(/images/cms/login_warning_bg.png) bottom repeat-x;
  color:#fff;
  text-shadow:#5d0404 0 1px 1px;
  font-weight:bold;
  line-height:30px;
}