body {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-family: "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", Verdana, Arial, sans-serif; }

#content {
  padding-top: 30px; }

.center {
  width: 600px;
  margin-left: auto;
  margin-right: auto; }

#login_box {
  width: 300px;
  margin-left: auto;
  margin-right: auto; }

#header {
  padding-bottom: 2px;
  border-bottom: 1px dotted #999999;
  margin-bottom: 5px; }

#error {
  color: #880000;
  text-align: center; }
  #error li {
    list-style-type: none; }

table {
  margin-left: auto;
  margin-right: auto; }

input[type='text'], input[type='password'] {
  width: 150px; }

label {
  margin-right: 10px;
  font-weight: bold;
  color: #555555; }

#fields {
  background-color: #efefef;
  padding: 10px;
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px; }

#actions {
  background-color: #dddddd;
  padding: 5px 10px 5px 10px;
  border: 1px solid #bbb;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  overflow: hidden;
  position: relative; }
  #actions a {
    text-decoration: none; }
  #actions div.left {
    margin-top: 4px;
    width: 45%;
    float: left; }
  #actions div.right {
    width: 45%;
    float: right;
    text-align: right; }

.small {
  font-size: 10px; }

#body {
  margin-top: 25px; }

