
html {
  width: 100%;
  height: 100%;
}

body {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#loginView {
  background: url(../../asset/login/bg_img01.gif) center top repeat;
  width: 100%;
  height: 100%;
}

.wrapper {
  width: 440px;
  padding: 50px 0 0px;
  margin: 0 auto;
}

.bg_mid {
  /*width: 430px;*/
  padding-top: 20px;
  background: url(../../asset/login/bg_mid_img.gif) center top repeat-y;
}

.bg_mid .id {
  width: 305px;
  margin: 0 82px 0 43px;
  padding-bottom: 5px;
}

.bg_mid .id dl dt {
  width: 100px;
  float: left;
}

.bg_mid .id dl dd {
  width: 200px;
  height: 30px;
  float: right;
}

.ddbg1 {
  background: url(../../asset/login/td_img01.gif) center top no-repeat;
  text-align:left;
}

.ddbg2 {
  background: url(../../asset/login/td_img02.gif) center top no-repeat;
  text-align:left;
}

.ddbg3 {
  background: url(../../asset/login/td_img03.gif) center top no-repeat;
  text-align:left;
}

.bg_mid .info {
  width: 400px;
  margin: 0 auto;
}

.bg_mid .info dl dt {
  width: 60px;
  float: left;
  font-size: 10px;
  line-height: 1.6;
  color: #444;
  padding: 5px 0;
}

.bg_mid .info dl dd {
  width: 340px;
  float: right;
  font-size: 10px;
  line-height: 1.6;
  color: #444;
  padding: 5px 0;
}

.bg_mid table.info tr td {
  font-size: 10px;
  line-height: 1.6;
  color: #444;
  padding: 5px 0;
}

.bg_btm {
  /*width: 430px;*/
  height: 52px;
  background: url(../../asset/login/bg_bot_img.gif) center bottom no-repeat;
}

.bg_btm h2 {
  width: 150px;
  margin: 0 auto;
  padding-top: 10px;
}

.bg_top {
  /*width: 430px;*/
  height: 75px;
  background: url(../../asset/login/bg_top_img.gif) center top no-repeat;
}

.bg_top h1 {
  width: 285px;
  padding-top: 15px;
  margin: 0 auto;
}

.btn {
  width: 130px;
  padding: 10px 0 10px;
  margin: 0 auto;
}

.reset {
  margin: 0 80px 10px;
}

.annotation {
  font-size: 12px;
  text-align: right;
  color: #1a5daf;
}

.txt_box {
  width: 160px;
  margin: 8px 0 0 30px;
  font-size: 9pt;
  border: none;
}

.mb05 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}

#userIdLabel, #corpIdLabel, #passwordLabel {
  font-weight:bold;
  color:black;
  font-size:10pt;

  text-align:right;
  margin-top: 6px;
}

.accessKeyFileCopyIcon {
  background: url(../../asset/icons/small/sendmini.gif) left center no-repeat;
  padding-left: 20px;
}

#announcementLabel {
  color: black;
  background: #e5e5e5;
  padding: 2px;
  font-size: 13px;
  text-align: left;
}

#loginInfoTextarea {
  width: 400px;
  height: 100px;
  border: 0;
  font-size: 12px;
}
