@charset "utf-8";
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 160px;
}
div.header {
  color: #0850B2;
  background-color: white;
  border-bottom: 1px solid #CCCCCC;
  margin: 0 0 0 0;
  padding: 0px;
}
em {
  color: red;
}
p.notice {
  padding: 10px;
  margin: 20px 0 20px;
  font-size: 16px;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.msg_block {
  margin-top: 10px;
  margin-bottom: 20px;
}
.error_msg {
  color: red;
}
.important {
  color: red;
  font-weight: bold;
}
.help {
  color: #737373;
  font-size: 16px;
}
.prompt {
  color: #737373;
  font-size: 14px;
}
.ta-center {
  text-align: center;
}
div .portrait {
  border-bottom: 1px dashed #999;
  padding-bottom: 10px;
}
div .portrait .std_portrait {
  display: block;
  border: 1px solid #999;
  padding: 5px;
}
.std_portrait {
  display: block;
  border: 1px dashed #999;
  padding: 5px;
}
#footer {
  text-align: center;
  border-top: 1px #666 solid;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 160px;
  background-color: #f5f5f5;
}
.value {
  color: #a94442;
}
div.fun_block {
  margin-bottom: 45px;
}
div.notes {
  background: #dcdcdc;
  border: 1px #aaa solid;
  width: 100%;
  margin-top: 00px;
  margin-bottom: 15px;
  padding: 10px 10px 10px;
}
div.notes p {
  font-size: 14px;
}
div.files_list {
  border: 1px dashed #999;
  margin-top: 10px;
  padding-top: 10px;
}
.img_del {
  cursor: pointer;
}
div.filter_block {
  margin: 10px 0 20px;
}
