.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; }
#my_games {
  position: relative;
  margin-top: 70px;
}
#my_games > img {
  position: absolute;
  top: -86px;
  right: 120px;
}
#my_games .product { position: relative; }
#my_games .product #order_user_rating {
  position: absolute;
  bottom: 35px;
  left: 3px;
  background: #c462a4;
  width: 150px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
}
#my_games .box_content h1 {
  text-align: center;
  margin: 20px 0px !important;
}
#invite_fb {
  width: 680px;
  height: 605px;
}
#invite_fb iframe {
  width: 100%;
  height: 600px;
}
.h1sub {
  position: relative;
  overflow: hidden;
}
.h1sub .errors {
  position: absolute;
  top: 100px;
  left: 10px;
  width: 500px;
}
.profile { position: relative; }
.profile #dendajacks_box {
  position: absolute;
  top: 10px;
  right: 20px;
}
.profile h3 a {
  margin-left: 10px;
  font-size: 12px;
}
.profile label {
  display: inline-block;
  width: 150px;
  color: #49042a;
  font-size: 14px;
}
.profile p {
  margin-bottom: 0px;
  font-size: 14px;
}
.profile span { font-weight: bold; }
.profile input[type="password"] {
  width: 290px;
  margin-top: 0px;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  color: #49042a;
  background: #fff9e3;
  padding: 8px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.profile input[type="text"] {
  width: 290px;
  margin-top: 0px;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  color: #49042a;
  background: #fff9e3;
  padding: 8px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.profile form { margin: 0px 0px 10px 0px; }
.profile div#buttons { margin: 10px 0px 0px 155px; }
.profile div#buttons input[type="image"] {
  vertical-align: -10px;
  margin-right: 10px;
}
.profile #edit_fish {
  position: absolute;
  bottom: 60px;
  right: 50px;
}
.profile #edit_password {
  margin: 10px 0px;
  padding: 10px 0px;
}
.profile #edit_password a { font-size: 14px; }
.profile #edit_password #passwords {
  margin-top: 10px;
  padding: 15px 0px 5px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.profile .field_with_errors { display: inline; }
#my_order {
  position: relative;
  margin-top: 70px;
}
#my_order #overview {
  position: absolute;
  top: -30px;
  left: 27px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
#my_order > img {
  position: absolute;
  top: -86px;
  right: 120px;
}
#my_order #game {
  position: relative;
  overflow: hidden;
  margin: 5px 0px 5px 7px;
}
#my_order #game #user_rating {
  position: absolute;
  top: 115px;
  left: 5px;
}
#my_order #game #user_rating span {
  display: block;
  font-weight: bold;
}
#my_order #game img {
  float: left;
  border: 3px solid #c462a4;
}
#my_order #game #gamedata { margin-left: 170px; }
#my_order #game #gamedata #serial {
  color: #49042a;
  font-weight: bold;
  display: inline;
  font-family: Monospace;
  font-size: 16px;
}
#my_order #game #gamedata h1 {
  padding: 0px;
  margin: 0px;
}
#my_order #game #gamedata .desc { color: #999999; }
#my_order #game #gamedata span {
  display: block;
  font-size: 14px;
  color: #666666;
}
#my_order #game #gamedata img { border: 0px solid; }
#reset input[type="password"] {
  width: 290px;
  margin-top: 20px;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  color: #49042a;
  background: #fff9e3;
  padding: 8px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#reset input[type="text"] {
  width: 290px;
  margin-top: 20px;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  color: #49042a;
  background: #fff9e3;
  padding: 8px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#reset label {
  display: inline-block;
  width: 76px;
}
#reset input[type="image"] { margin: 5px 0px 0px 80px; }
#reset img { float: right; }
