/* GENERAL STYLES */
.su_login
{
  position: relative;
  height: 30px;
  background-image: url(/img/frontpage_title.png);
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 20px 0;
}

.su_login .greenarrow
{
  position: absolute;
  top: -68px;
  left: 75px;
  z-index: 100;
}

.su_box
{
  position: relative;
  width: 643px;
  height: 333px;
  background: url(/img/su/bg.jpg);
  padding: 260px 0px 0px 247px;
  overflow: hidden;
}

.su_box input
{
  width: 360px;
  background: none;
  padding: 0px;
  font-size: 20px;
  color: #666;
  border: 0px;
  margin: 0px 0px 35px 0px;
}

.su_terms
{
  visibility: hidden;
  position: absolute;
  top: 50px;
  left: 50px;
  background: #ddd;
  padding: 10px;
  border: 1px solid #ccc;
  z-index: 2;
  filter: alpha(opacity=90);
  opacity: 0.9;
  -moz-opacity: 0.9;
}

.su_terms_close
{
  position: absolute;
  top: 0px
  left: 0px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: -10px 0px 0px -10px;
}

.su_terms_close a
{
  width: 100%;
  height: 100%;
  background-color: #ddd;
  background-image: url(/img/icons/10_delete.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
}

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

.su_terms_text
{
  width: 585px;
  height: 451px;
  background: white;
  padding: 20px 20px 0px 20px;
  color: #666;
  overflow: auto;
}

.su_terms_header
{
  font-size: 18px;
  font-weight: bold;
  color: #800000;
  margin-bottom: 20px;
}

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

.su_link
{
  position: absolute;
  top: 499px;
  left: 330px;
  width: 70px;
  height: 15px;
  overflow: hidden;
}

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

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

.su_checkbox
{
  position: absolute;
  right: 448px;
  bottom: 60px;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

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

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

.su_button
{
  position: absolute;
  right: 263px;
  bottom: 58px;
  width: 172px;
  height: 42px;
  overflow: hidden;
}

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

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

.su_bubble
{
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 270px;
  height: 548px;
  background: url(/img/su/bubble.png);
  padding: 45px 187px 0px 433px;
  text-align: center;
  color: #333;
  overflow: hidden;
}

.su_bubble_name
{
  font-weight: bold;
  color: #800000;
  margin-bottom: 5px;
}

/* EDITOR PROPERTIES */

