/* @override http://intra.local/stylesheets/guest.css?1236759334 */

body {
  margin: 0 auto;
  padding: 0;
  color: #333;
  background-color: #f0f0f0;
  text-align: center;
  font: 12px "Lucida Grande", verdana, arial, helvetica, sans-serif;
}

/* Make sure the table cells show the right font */

td {
  font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
}

a {
  text-decoration: underline;
  padding: 1px;
}

a:link {
  color: #03c;
}

a:visited {
  color: #03c;
}

a:hover {
  color: #fff;
  background-color: #30c;
  text-decoration: none;
}

label {
  display: block;
  color: black;
  font-weight: bold;
  margin-bottom: 5px;
}

input {
  margin-bottom: 15px;
  font-size: 14px;
}

#loginform {
  margin-top: 40px;
}

#dialog {
  border: 10px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 20px;
  text-align: left;
  background: #fff;
  width: 350px;
  margin: 40px auto 20px;
  min-width: inherit;
}

#login, #password, #email, #user_login, #user_first_name, #user_last_name, #user_location_id {
  width: 345px;
  display: block;
  line-height: 18px;
  padding: 4px;
}

#extra {
  width: 345px;
  border-top: 1px dashed #ccc;
  padding-top: 15px;
  margin-top: 10px;
}

/* RUBY ON RAILS */

#notice {
  font-weight: bold;
  border: 5px solid green;
  margin-top: 10px;
  padding: 15px 20px 10px 20px;
  text-align: left;
  background: #fff;
  min-width: inherit;
}

#warning {
  font-weight: bold;
  border: 5px solid red;
  margin-top: 10px;
  padding: 15px 20px 10px 20px;
  text-align: left;
  background: #fff;
  min-width: inherit;
}