html,body,#outermost {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0; 
}
body {
  text-align: center; /* IE/Win bug fix */  
  color: #fff;
  background: #4c8196 url(../images/authBg.jpg) repeat-x fixed center center;  
  font-size:1.1em;  
}
a {
  text-decoration: none;
  color: #fff;
}
a:hover {
  text-decoration: underline;
  color: #fff;  
}

label {
  font-weight: bold;
}


h1, h2 {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 22px;
  color: #ebebeb;
  font-weight: normal;
  padding-bottom: 10px;
}

h2 {
  font-size: 18px;
  color: #ebebeb;
  font-weight: normal;
  padding: 0px 0 8px 0;
}

li {
  font-size: 1.1em; 
  line-height: 1.8em;
}


#foot {
  font-size: 1em;
  position: absolute;
  left: 10px;
  bottom: 10px;
}

#outer {
  height: 500px;
  width: 100%;
  z-index: 10;  
}

.valignmid1 {
  position: relative;
  margin: 0 auto;
}
/* (hide from IE/Mac) \*/
.valignmid1 {
  display: table;
  vertical-align: middle;  
}
/* Moz1.4 - Moz1.6 (NS7.1) bug, can't put position:relative on .valignmid2 \*/
.valignmid2 {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
/* end hide */
.valignmid3 {
  position: relative;
  text-align: left;
}


/* end hide */

#innerContent {
  height: 500px;
  position: relative;  
}


#logoBox {
  width: 50%;
  height: 500px;
  float: left;
  background: url(../images/authLogo.gif) no-repeat scroll center 81px;
}
#rightBox {
  margin-left: 50%;  
  width: 440px;
}

#rightBoxIn {
  padding-top: 120px;
  position: relative;
}


dl, dt, dd {
  margin: 0;
  padding: 0;
}

dt, dd {
  float: left;
}

dd {
  width: 180px;
}

#send-element {
  width: auto;
}

dt label {
  position: absolute;
}

dd {
  margin-top: 20px;
}

#optionLine {  
  float: left;
  padding-top: 2px;
}

#still_in {
  float: left;
  margin: 2px;
  padding: 0;
}
#still_in-label {
  float: left;
  margin-left: 18px;
}


#lostPass {
  float: left;
  margin-left: 162px;
}

#authText {
  position: absolute;
  left: 0;
  top: 300px;
}

.messageLoginBox {
  font-size: 1.1em;
  font-weight: bold;
  color: #f26d7d;
}

#goToAuth {
  position: absolute;
  left: 0; 
  top: 270px;
}