@import url("/stylesheets/events/calendar.css");
#main {
  width: 930px;
  padding-bottom: 200px;
  float: left;
}
.login {
  padding: 15px;
  border: 1px solid #ccc;
  background-color: #ffc;
  font-weight: bold;
  margin: 15px 0;
}
#registration_form, fieldset.full_name { position: relative }
#sidebar.right {
  width: 160px;
  position: absolute;
  right: 0;
  line-height: 131%;
  z-index: 3;
}
#sidebar .fb-info {
  background-color: #ececec;
  border: 1px solid #ccc;
  border-top-width: 0;
  padding: 5px;
  margin-bottom: 5px;
}
.dob-info {
  padding: 5px;
  margin-top: 5px;
  background-color: #ececec;
  border: 1px solid #ccc;
}
#actions {
  float: left;
  width: 930px;
  clear: left;
}
#captcha { 
  float: left;
  padding: 10px;
  width: 390px;
  background-color: #e6e6e6;
  line-height: 16px;
}
.captcha_image { margin-bottom: 5px }
.captcha_image img { border: 1px solid #c0c0c0 }
#captcha fieldset { width: 390px }
#captcha label { width: auto }
#captcha input { width: 145px }
fieldset.clickwrap { 
  white-space: nowrap;
  margin-bottom: 10px;
  width: 550px;
  padding-left: 170px;
}
#facebook_modal fieldset { 
  width: 480px;
  padding: 20px 0;
}
#errorExplanation { 
  float: none;
  border: 1px solid #f00;
  background-color: #ffe3e3;
  color: #f00;
  margin: 10px 0;
}
.welcome p {
  width: 480px;
  margin-bottom: 10px;
}
.welcome .buttons { padding-left: 195px }
.flash_warning, .flash_error, .errorExplanation { text-align: left }
.username .helptext {
  color:#999999;
  float:left;
  line-height:100%;
  white-space:nowrap;
}
