.layer {
    display: none;
}

.layer .layerWrapper {
}

.layer .layerBox {
  background: #fff;
  border: solid #ebebeb 7px;
  margin: auto;
  padding: 10px 13px;
  position: relative;
  width: 400px;
}

.layer .layerBox h2 {
  border-bottom: solid #cecece 1px;
  color: #5b5b5b;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  margin: 0 0 15px 0;
  position: relative;
}

.layer .layerBox h2 #layer-title {
    font-size: 16px;
}


.layer .layerBox h2 .closeLayer img {
  bottom: 10px;
  height: 21px;
  position: absolute;
  right: 10px;
  width: 21px;
}

.layer .layerBox a {
  color: #1e81a5;
  text-decoration: none;
}
.layer .layerBox a:hover {
  text-decoration: underline;
}

.textLayer .layerBox {
  width: 800px;
}

.textLayer .scrollContainer {
  height: 400px;
  overflow: auto;
}

.textLayer .scrollContainer .visualPadding {
  padding: 0 10px 1em 0;
}

.errorLayer .layerBox {
  color: #c20101;
  font-weight: bold;
}

