.hide_text { text-indent: -9999px; }
.radius {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.radius_top {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.radius_bottom {
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.bg_white { background-color: #ffffff; }
.bg_light_yellow { background-color: #fff9e3; }
.center { text-align: center; }
.field_with_errors input {
  border: 1px solid #c462a4;
  background-color: #f5e5f1 !important;
}
#errorExplanation h2 { display: none !important; }
#errorExplanation p { font-weight: bold; }
h1 {
  font-family: Tahoma, Verdana, Arial;
  font-size: 22px;
  font-weight: bold;
  color: #49042a;
}
h2 {
  font-family: Tahoma, Verdana, Arial;
  font-size: 16px;
  color: #49042a;
}
h3 {
  font-family: Tahoma, Verdana, Arial;
  font-size: 14px;
  color: #49042a;
}
p { margin-bottom: 1em; }
.notice ul { margin: 0px 0px 0px 0px; }
#flash-slider {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  background: transparent url('/images/backgrounds/black80.png');
  margin: 0px auto;
}
.flash-message {
  position: relative;
  padding: 15px 0px;
  color: #ffffff;
  font-size: 20px;
  width: 900px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}
#close-slider {
  position: absolute;
  top: 21px;
  left: 0px;
  background: transparent url("/images/lightbox/close.png") no-repeat;
  width: 20px;
  height: 20px;
}
