.comp {
  position: absolute;
  background-color: white;
}
.comp.theme-default {
  background-color: #fff;
  box-shadow: 0 1px 4px #666;
  border-radius: 6px;
}
.comp .close {
  position: relative;
  z-index: 101;
  top: 0;
  height: 54px;
  line-height: 54px;
  display: block;
  float: right;
  padding-left: 20px;
  padding-right: 20px;
}
.comp .comp-header {
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 0;
  height: 54px;
  line-height: 54px;
  padding-left: 20px;
  font-size: 16px;
  cursor: move;
}
.comp .comp-content {
  border-right: 1px solid #CCCCCC;
  position: absolute;
  top: 54px;
  bottom: 54px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
}
.comp .comp-content.no-header {
  top: 0;
}
.comp .comp-content.no-footer {
  bottom: 0;
}
.comp .comp-footer {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 54px;
  line-height: 54px;
  bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.comp .error {
  font-size: 12px;
  color: #f43;
}
.comp .message {
  font-size: 12px;
  color: #333333;
}
/*# sourceMappingURL=Comp.css.map */