@import url(customBorder.css);


.bordermain .top {
  background-image: url(../images/green/top.png);
  height: 4px;
}
.bordermain .right {
  background-image: url(../images/green/right.png);
}
.bordermain .bottom {
  background-image: url(../images/green/bottom.png);
  height: 4px;
}
.bordermain .left {
  background-image: url(../images/green/left.png);
}

.bordermain .top div {
  height: 128px;
  width: 12px;
}
.bordermain .bottom div {
  height: 13px;
  width: 13px;
}

.bordermain .tl {
  background-image: url(../images/green/tl.png);
}
.bordermain .tr {
  background-image: url(../images/green/tr.png);
}
.bordermain .bl {
  background-image: url(../images/green/bl.png);
}
.bordermain .br {
  background-image: url(../images/green/br.png);
}


.bordermaincontent .top div, .bordermaincontent .bottom div {
  height: 6px;
  width: 6px;
}

.bordermaincontent .tl {
  background-image: url(../images/white/tl.png);
}
.bordermaincontent .tr {
  background-image: url(../images/white/tr.png);
}
.bordermaincontent .bl {
  background-image: url(../images/white/bl.png);
}
.bordermaincontent .br {
  background-image: url(../images/white/br.png);
}

.bordermaincontent .top, .bordermaincontent .bottom,
.bordermaincontent .left, .bordermaincontent .right {
  background-image: none;
}

.bordermaincontent .top, .bordermaincontent .bottom {
  height: 0;
}

