/* CSS Document */
div#error {
  border: 1px dotted red;
  background-color: #FFCCCC;
  padding: 4px;
  color: #990000;
  margin: 20px 50px;
  display: none;
}
p#read {
  margin-top: 10px;
  margin-bottom: 10px;
}
p {
  text-align: left;
}
p#form_error {
  width: 500px;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
/*
label{
	height:14px;
	margin-right:10px;
}
*/
div#formarea {
  width: 850px
	margin:auto auto;
  text-align: center;
}
span.ex {
  background-color: #3399FF;
  color: white;
  font-size: 10px;
  line-height: 12px;
  height: 12px;
  padding: 2px;
}
span.need {
  background-color: #990000;
  color: white;
  font-size: 10px;
  line-height: 12px;
  height: 12px;
  padding: 2px;
}
input[type="text"] {
  letter-spacing: 1px;
  display: inline-block;
}
input.imeoff {
  ime-mode: disabled;
}
input.long {
  width: 300px;
}
input.middle {
  width: 200px;
}
input.short {
  width: 100px;
}
textarea#etc {
  width: 100%;
  height: 180px;
}
input#addr {
  margin-top: 3px;
}
table.form {
  margin-bottom: 20px;
}
table.form td,
table.form th {
  padding: 10px;
}
table.form th {
  width: 150px;
  font-weight: normal;
  text-align: left;
  border-top: 1px solid #A7B2C0;
  border-bottom: 1px solid #A7B2C0;
  border-right: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  background-color: #E2E8E5;
  color: #1F2138;
  font-size: 12px;
  line-height: 1.5;
  padding-left: 10px;
}
table.form td {
  text-align: left;
  border-top: 1px solid #A7B2C0;
  border-bottom: 1px solid #A7B2C0;
  border-right: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  font-size: 12px;
  line-height: 1.5;
  padding-left: 10px;
}
table.req td,
table.req th {
  border: none;
  padding: 3px;
}
table.req td label,
table.req th label {
  cursor: pointer;
}
input#button {
  width: 200px;
  height: auto;
}
label {
  display: block !important;
  background-color: #eee;
  border-radius: 4px;
  padding: 4px 8px;
}
label.active {
  background-color: #CC9;
}
