/* Copyright Fujitsu Japan Limited 2012 */
@import "common.css";
body{
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  font-size: 13px;
  color: #000000;
}
input{
  vertical-align: middle;
}
.result_msg{
  white-space: nowrap;
  color: #ff0000;
}
table.msg{
  width: 100%;
}
td.msg{
  vertical-align: middle;
  text-align: center;
  height: 35px;
  white-space: nowrap;
}
td.logout_msg{
  vertical-align: middle;
  text-align: center;
  height: 95px;
  white-space: nowrap;
}
td.logo{
  background-repeat: no-repeat;
  background-position:center bottom;
  width: 359px;
  height: 41px;
}
td.msgbox_l{
  background-repeat: no-repeat;
  background-position:center top;
  width: 7px;
  height: 188px;
  text-align: center;
}
td.msgbox_r{
  background-repeat: no-repeat;
  background-position:center top;
  width: 7px;
  height: 178px;
}
td.msgbox{
  background-repeat: repeat-x;
  background-position:center top;
  width: 341px;
  height: 178px;
}
table.msgbox{
  width: 100%;
  height: 128px;
}
input.text{
  width: 230px;
}
input.passwd{
  width: 230px;
}
input.button{
  width: 80px;
}
td.button{
  text-align: center;
  height: 45px;
}
th.label{
  padding: 0px 5px 3px 20px;
  width: 1%;
  height: 24px;
  white-space: nowrap;
  text-align: left;
}
td.contents{
  text-align: left;
}
div.before{
  visibility: hidden;
}
div.info{
  width: 450px;
  height: 200px;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  -webkit-border-radius: 3px; /* CSS3 */
  -moz-border-radius: 3px; /* CSS3 */
}
div.info_title{
  padding: 5px 0px 5px 0px;
  background-color: #dddddd;
}
div.info_body{
  height: 160px;
  padding: 5px;
  text-align: left;
  overflow-y: auto;
}
.productname {
  width: 370px;
  font-family: Arial;
  font-size: 1.4em;
  text-align: left;
  color: #383c3c;
  margin: 0 auto;
}
address.copyright {
  text-align: center;
  font-size:x-small;
  font-style: normal;
  color: #999999;
  padding: 2em;
}
