/* CONTACT Styles ------------------------------------------------------------*/
#primary p {
  margin-bottom: 1em;
}
#primary p a:before {
  margin-right: 0.3em;
}

#form dl {
  max-width: 43em;
  margin-bottom: 1em;
  padding: 0.5em 0.8em 0 0.8em;
  background: #f6f6f6;
  border: 1px solid #bbbbbb;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#form dt {
  margin-bottom: 0.1em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #0e1b3f;
}
#form dt:before {
  margin-right: 0.3em;
}
#form dd {
  margin-bottom: 1em;
}
#form dd input.invalid, #form dd textarea.invalid {
  background: #ffeeee;
  border-color: #ffbbbb;
}
#form dd input#password_check, #form dd textarea#password_check {
  margin-top: 0.5em;
}
#form dd input[readonly], #form dd textarea[readonly] {
  color: #333333;
}
#form dd textarea {
  height: 8em;
}
#form dd select {
  margin-right: 0.5em;
}
#form dd span, #form dd strong, #form dd small, #form dd time {
  font-size: 13px;
  font-size: 1.3rem;
}
#form dd strong {
  font-weight: normal;
  color: #ff2222;
}
#form dd small {
  color: #666666;
}
#form dd time {
  display: block;
}
#form dd time:before {
  margin-right: 0.2em;
}
#form .required {
  color: #ff2222;
}

#note {
  margin-bottom: 1em;
  font-size: 13px;
  font-size: 1.3rem;
  color: #666666;
}
#note strong {
  font-weight: normal;
  color: #ff2222;
}

#notice {
  font-weight: bold;
  color: #3388ee;
}
#notice.invalid, #notice strong {
  color: #ff2222;
}
#notice span {
  display: block;
  margin-top: 1em;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  color: #666666;
}
#notice span strong {
  font-weight: normal;
  color: #ff2222;
}

#button {
  max-width: 43em;
}
#button button {
  margin: 0 auto;
  display: block;
  padding: 0.6em 1.5em;
  background: #3388ee;
  text-align: center;
  color: #fcfaf5;
}
#button button:before {
  margin-right: 0.4em;
}
#button button.hover {
  background: #7ab1f4;
}
#button button:disabled, #button button.disabled {
  background: #bbbbbb;
}

#companion {
  display: none;
  margin-top: 0.5em;
}
#companion input {
  display: none;
  margin-top: 0.5em;
}

/* RESERVED Styles -----------------------------------------------------------*/
#reserved > h1 {
  display: none;
}
#reserved section {
  overflow: hidden;
  background: #f6f6f6;
  border: 1px solid #bbbbbb;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 1.5em;
}
#reserved section h1 {
  padding: 0.2em 0;
  background: #e9e9e9;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f6f6f6), color-stop(100%, #dddddd));
  background: -moz-linear-gradient(#f6f6f6, #dddddd);
  background: -webkit-linear-gradient(#f6f6f6, #dddddd);
  background: linear-gradient(#f6f6f6, #dddddd);
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
#reserved section li {
  padding: 0.5em 0.8em;
  border-top: 1px dotted #bbbbbb;
  line-height: 1.4;
}
#reserved section li:first-of-type {
  border-top-style: solid;
}
#reserved section a {
  position: relative;
  display: block;
  margin: -0.6em -0.8em;
  padding: 0.6em 1.8em 0.6em 0.8em;
  color: #666666;
}
#reserved section a:before {
  position: absolute;
  top: 50%;
  right: 0.3em;
  margin-top: -0.5em;
  color: #000000;
  line-height: 1;
}
@media screen and (min-width: 901px) {
  #reserved section a:before {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
#reserved section a.hover {
  background: #3388ee;
  color: #fcfaf5;
}
#reserved section a.hover:before {
  color: #fcfaf5;
}
#reserved section a.hover .name {
  color: #fcfaf5;
}
#reserved section a.hover .date, #reserved section a.hover .application, #reserved section a.hover .num {
  color: #97ade8;
}
#reserved section p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#reserved section p.name {
  margin-bottom: 0.2em;
  font-weight: bold;
  color: #0e1b3f;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 901px) {
  #reserved section p.name {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
#reserved section p.date, #reserved section p.application, #reserved section p.num {
  font-size: 12px;
  font-size: 1.2rem;
}
#reserved section p:before {
  margin-right: 0.3em;
}
#reserved section li {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 481px) {
  #reserved section li a {
    overflow: hidden;
    *zoom: 1;
  }
  #reserved section li a .date, #reserved section li a .num {
    float: left;
    margin-right: 1em;
  }
}
#reserved section p.none {
  padding: 0.5em 0.8em;
  border-top: 1px solid #bbbbbb;
  font-size: 13px;
  font-size: 1.3rem;
}

/*----------------------------------------------------------------------------*/
