/*------------------------------------------*\
  toggle ON promotion container
\*------------------------------------------*/

#info-links {
  position: absolute;
  top: 767px;
  left: 0;
  width: 500px;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  display: block;
}

/*------------------------------------------*\
  toggle OFF alternative promotion container
\*------------------------------------------*/

#upsell {
  display: none;
}


/*------------------------------------------*\
  form style fix
\*------------------------------------------*/

img.error { top: 1.5em; }
#TrialAccountCreateForm {
  width: 400px;
  margin: 0 auto;
}

/*------------------------------------------*\
  video box style
\*------------------------------------------*/
#video-wrapper-box {
  width: 337px;
	height: 193px;
	background: url(../../images/video-frame.png);
	position: absolute;
	display: block;
	left: -333px;
	top: 461px;
	padding: 10px;
}

#video-wrapper-box a {
  background: transparent;
  text-indent: 0;
}

#video-wrapper-box a span {
  height: 100%;
  display: block;
  position: relative;
  width: 100%;
  background: url(http://img.youtube.com/vi/88aeM-pskVE/mqdefault.jpg) no-repeat center center;
  /* text-indent: -9999px; */
} 

#video-wrapper-box a span img {
	position: relative;
	left: 140px;
	top: 70px;
}
/*
#rating-social {
  left: -425px;
}

#content-column {
  width: 400px;
}
*/
#signup-form input {
width: 280px;
}

img.error {
left: 32px;
}

#signup-form .agreements {
	width: 350px;
  margin: 0 auto;
}

/*------------------------------------------*\
  info links
\*------------------------------------------*/

#info-link-free {
  display: block;
  width: 300px;
  height: 36px;
  text-align: left;
  margin: auto;
  background-position: center 0;
  background-repeat: no-repeat;
}

#info-link-free:hover {
  background-position: center -36px;
}

#info-link-whatis,
#info-link-screenshots,
#info-link-trailer {
  display: block;
  height: 30px;
  text-align: left;
  float: left;
  background-position: center 0;
  background-repeat: no-repeat;
  margin: 0 5px;
}

#info-link-whatis:hover,
#info-link-screenshots:hover,
#info-link-trailer:hover {
  background-position: center -30px;
}

#info-link-whatis {
  width: 144px;
  margin-left: 0;
}

#info-link-screenshots {
  width: 139px;
}

#info-link-trailer {
  width: 158px;
}