
.t-edge, .b-edge, .l-edge, .r-edge, .wrap-corner {
  position: relative;
  /* hasLayout -1 ? For IE only */
  zoom: 1;
}
.high-corner .t-edge {
  background: url(/sites/all/modules/panels/plugins/styles/high_corners/top-corner-bg.png) repeat-x 0 top;
  font-size: 1px;
}
.high-corner .b-edge {
  background: url(/sites/all/modules/panels/plugins/styles/high_corners/bottom-corner-bg.png) repeat-x 0 bottom;
  font-size: 1px;
}
.high-corner .l-edge {
  border-left: 1px solid #c5c5c5;
}
.high-corner .r-edge {
  border-right: 1px solid #c5c5c5;
}
.high-corner .wrap-corner {
  background: #fff !important;
}
.high-corner .wrap-corner .t-edge {
  height: 30px;
}
.high-corner .wrap-corner .b-edge {
  height: 6px;
}

.high-corner .wrap-corner .l, .high-corner .wrap-corner .r {
  position: absolute;
  top: 0;
}

.high-corner .wrap-corner .t-edge .l, .high-corner .wrap-corner .t-edge .r {
  height: 30px;
  width: 6px;
}

.high-corner .wrap-corner .b-edge .l, .high-corner .wrap-corner .b-edge .r {
  height: 6px;
  width: 6px;
}

.high-corner .wrap-corner .l {
  left: 0;
}
.high-corner .wrap-corner .r {
  right: 0;
}
.high-corner .wrap-corner .t-edge .l {
  background: url(/sites/all/modules/panels/plugins/styles/high_corners/top-corner-left.png);
}
.high-corner .wrap-corner .t-edge .r {
  background: url(/sites/all/modules/panels/plugins/styles/high_corners/top-corner-right.png);
}
.high-corner .wrap-corner .b-edge .l {
  background: url(/sites/all/modules/panels/plugins/styles/high_corners/bottom-corner-left.png);
}
.high-corner .wrap-corner .b-edge .r {
  background: url(/sites/all/modules/panels/plugins/styles/high_corners/bottom-corner-right.png);
}
.high-corner .wrap-corner .r-edge {
  padding: 14px 16px;
}
.high-corner div.admin-links {
  margin-top: -14px;
  margin-left: -12px;
}

.high-corner .panel-separator {
  font-size: 1px;
  height: 30px;
}

.high-corner .high-corner {
  margin-bottom: 1em;
}
