html {
  border: 0;
}

body {
  padding: 0;
  margin: 0;
  text-align: center;
  background: #fff url('images/headerbg.gif') top center repeat-x;
  height: 100%;
}

#wrapper {
  margin: auto;
  width: 284px;
  text-align: justify;
  direction: rtl;
  font: normal 8pt 'Trebuchet MS';
  line-height: 1.5em;
  color: #39505C;
  background: #F2F5F7 url('images/header.gif') top center no-repeat;
  position: relative;
  height: 100%;
}

#blogdesignstudios {
  position: absolute;
  width: 284px;
  height: 69px;
  top: 0;
  left: 0;
}

#blogdesignstudios span {
  width: 284px;
  height: 69px;
  display: block;
  cursor: hand;
  font-size: 1px;
  background: url('images/header.gif');
}

#wrapper:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#container {
  padding-top: 80px;
}

.formc {
  padding: 10px;
  clear: both;
}

* html .formc {
  margin-bottom: -15px;
}

.r {
  float: right;
  width: 80%;
}

.l {
  float: left;
  width: 20%;
  text-align: left;
}

.textbox {
  font: normal 8pt 'Trebuchet Ms';
  background: #BCCFD8;
  border: 1px solid #809CAA;
  padding: 1px 5px;
  margin-top: -1px;
  direction: ltr;
}

.line {
  clear: both;
  background: url('images/line.gif') center center no-repeat;
  height: 10px;
  margin: 30px 0;
}

#remember {
  clear: both;
  direction: ltr;
  text-align: justify;
  padding: 0 10px;
  margin: -20px 0;
}

#login {
  margin-left: 105px;
}

#forgot {
  text-align: center;
  margin-top: -12px;
}

#forgot:after {
  content: '.';
  display: block;
  clear: both;
  height: auto;
  visibility: hidden;
}
