/* ver1 */

#intro {
  width:580px;
  height:80px;
}

#login_box {
  width:550px;
  height:168px;
  margin:20px auto 20px auto;
  padding:10px 15px;
  border:1px solid #888;
  background:#eee;
  position:relative;
}

#login_box img {
  margin-left:18px;
}

#up_body {
  float:left;
  margin:18px 0 0 22px;
}

.up_input {
  width:270px;
  background:#888;
  border:#000 1px solid;
  height:20px;
  padding:1px;
  margin:15px 0 0 8px;
}

.up_input .label {
  color:#fff;
  float:left;
  padding:2px 8px;
}

.up_input .inp {
  width:150px;
  float:right;
  height:16px;
}

#btn {
  width:140px;
  height:30px;
  margin:10px 0 0 95px;
}

#box_tl, #box_tr, #box_bl, #box_br {
  position:absolute;
  width:10px;
  height:10px;
  font-size:0;
}

#box_tl {
  background:url(/images/log_tl.gif);
  top:-1px;
  left:-1px;
}

#box_tr {
  background:url(/images/log_tr.gif);
  top:-1px;
  right:-1px;
}

#box_bl {
  background:url(/images/log_bl.gif);
  left:-1px;
  bottom:-1px;
}

#box_br {
  background:url(/images/log_br.gif);
  right:-1px;
  bottom:-1px;
}

#remwrap {
  margin:10px 0 0 140px;
}

.failed {
  margin:15px auto 0 auto;
  width:560px;
}

.iphone {
  position:absolute;
  right:0;
  top:0;
}

