/* default basic */
a {
  color: #e4b100;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
p {
  margin: 0 0 10px 0;
  line-height: 1.4em;
}
img {
  display: block;
  border: 0;
}
ul li {
  list-style-type: square;
  line-height: 1.3em;
  padding-bottom: 3px;
}
table {
  font-size: 100%;
  color: #726e6f;
  border: 1px solid #AFAFAF;
  border-collapse: collapse;
}
table tr td {
  border: 1px solid #AFAFAF;
  border-collapse: collapse;
  padding: 5px;
}
table tr td p {
  margin: 0;
}
textarea {
  width: 200px;
  height: 60px;
  border: 1px solid #e1a304;
}
form {
  margin: 0;
}


/* default subclass */
hr.separator {
  clear: both;
  visibility: hidden;
  padding-top: 5px;
}
p#page404 {
  color: red;
  margin: 10px 0 30px 20px;
}
p.errorMessage {
  color: red;
  margin-top: 10px;
}
p.infoMessage {
  color: green;
  margin-top: 10px;
}
span.highlight {
  color: #ff8c00;
  font-size: 130%;
}
input.input {
  width: 200px;
  border: 1px solid #e1a304;
}
table#tableForm {
  border: 0;
}
table#tableForm tr td {
  border: 0;
}
table#tableForm tr td.right {
  width: 120px;
  text-align: right;
  vertical-align: top;
}
div.photoBox {
  float: left;
  width: 100px;
  height: 105px;
  margin-left: 8px;
}
#detailPhotoBox {
  width: 340px;
  text-align: center;
}
div.photoBox img, div#detailPhotoBox img {
  border: 2px solid #e1a304;
  display: inline;
}
p#lastNextPhoto {
  text-align: center;
}