div#float_view {
  width: 310px;
  height: 388px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -226px;
  margin-left: -150px;
}

header {
  width: 310px;
  height: 73px;
  background: url(../images/login/logo.png) no-repeat center 2px;
  overflow: hidden;
  text-indent: -9999px;
}

div#login {
  width: 310px;
  height: 315px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 102, 186, 0.5);
  box-shadow: 0px 2px 4px 0px rgba(0, 102, 186, 0.5);
}
div#login p {
  color: #555;
  margin: 0;
  height: 60px;
  overflow: hidden;
  padding-top: 18px;
  padding-right: 15px;
  padding-left: 18px;
}
div#login input.tf {
  width: 270px;
  height: 32px;
  border: 1px solid #d7dde2;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: 0px 0px 0px 3px whitesmoke;
  box-shadow: 0px 0px 0px 3px whitesmoke;
  display: block;
  margin: 0 auto 18px;
  color: #206ccf;
  font-size: 16px;
  padding: 0 4px;
  font-weight: bold;
}
div#login input#ex_pw {
  margin-bottom: 23px;
}
div#login div#btn_area {
  background: url(../images/login/submit_area_bg.png) repeat-x left top #e1f2ff;
  width: 310px;
  height: 59px;
  -webkit-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
  padding-top: 17px;
}
div#login button {
  width: 284px;
  height: 44px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  margin: 0 auto;
  padding: 0;
  background: url(../images/login/login_btn.png) no-repeat;
  border-style: none;
  cursor: pointer;
}
div#login button:hover {
  background-position: 0 -44px;
}

footer {
  position: absolute;
  right: 0;
  bottom: 12px;
  left: 0;
  margin: auto;
}
