


div#container
  {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -170px;  /* make this half your image/element height */
  margin-left: -213px;  /* make this half your image/element width */
  }


div#login {
	padding-top: 15px;
	padding-bottom: 30px;
}


div.row { clear: both; padding-top: 10px; }
div.row span.label { float: left; width: 175px; text-align: right; }
div.row span.formw { float: right; width: 225px; text-align: left; } 
form { padding: 25px 15px; width: 425px; background-color: #eee; border: 1px solid #999; }
input { width: 200px; }