/* GENERAL STYLES */
.content
{
  background-image: none;
}

.content_right
{
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
  overflow: hidden;
}

.content_left
{
  width: 889px;
}

.su_box
{
  position: relative;
  height: 330px;
  background: url(/img/signup/bg.png);
  padding: 20px 0px 0px 579px;
}

.su_box input
{
  float: left;
  width: 280px;
  background: none;
  padding: 0px;
  font-family: calibri, arial;
  font-size: 20px;
  font-weight: bold;
  color: #222;
  border: 0px;
  margin: 3px 0px 13px 0px;
}

.su_link
{
  position: absolute;
  top: 182px;
  right: 160px;
  width: 68px;
  height: 14px;
  overflow: hidden;
}

.su_link a
{
  width: 100%;
  height: 100%;
  background-image: url(/img/signup/link.gif);
  background-repeat: repeat-x;
  background-position: 0% 0%;
  display: block;
}

.su_link a:hover
{
  background-position: 0% 100%;
}

.su_checkbox
{
  position: absolute;
  top: 180px;
  right: 125px;
  width: 30px;
  height: 30px;
  overflow: hidden;
}

.su_checkbox a
{
  width: 100%;
  height: 100%;
  background-image: url(/img/signup/checkbox.png);
  background-repeat: no-repeat;
  background-position: 0% 0%;
  display: block;
}

.su_checkbox a:hover
{
  background-position: 0% 100%;
}

.su_button
{
  position: absolute;
  top: 180px;
  right: 20px;
  width: 100px;
  height: 32px;
  overflow: hidden;
}

.su_button a
{
  width: 100%;
  height: 100%;
  background-image: url(/img/signup/button.png);
  background-repeat: no-repeat;
  background-position: 0% 0%;
  display: block;
}

.su_button a:hover
{
  background-position: 0% 100%;
}

.su_terms
{
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 889px;
  height: 350px;
  background: url(/img/signup/terms.png);
  overflow: hidden;
}

.su_terms_close
{
  position: absolute;
  top: 20px;
  left: 20px;
  width: 20px;
  height: 20px;
  overflow: hidden;
}

.su_terms_close a
{
  width: 18px;
  height: 18px;
  background-color: #eee;
  background-image: url(/img/icons/10_delete.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #ccc;
  display: block;
}

.su_terms_close a:hover
{
  background-color: #ccc;
}

.su_terms_text
{
  position: absolute;
  top: 30px;
  left: 30px;
  width: 789px;
  height: 270px;
  padding: 20px 20px 0px 20px;
  color: #444;
  overflow: auto;
}

.su_terms_text_title
{
  font-family: calibri;
  font-size: 25px;
  font-weight: bold;
  color: #222;
  margin: -5px 0px 10px 0px;
}

.su_terms_text_bottom
{
  height: 20px;
  overflow: hidden;
}

.su_created
{
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 889px;
  height: 350px;
  background: url(/img/signup/created.png);
  overflow: hidden;
}

/* EDITOR PROPERTIES */

