
.box {
 background-color: white;
 width: 800px;
}

.box .t {
 background-image: url(../pic/t.gif);
 background-repeat: repeat-x;
 background-position: top;
}
.box .r {
 background-image: url(../pic/r.gif);
 background-repeat: repeat-y;
 background-position: right;
}
.box .b {
 background-image: url(../pic/b.gif);
 background-repeat: repeat-x;
 background-position: bottom;
}
.box .l {
 background-image: url(../pic/l.gif);
 background-repeat: repeat-y;
 background-position: left;
}
.box .tl {
 background-image: url(../pic/tl.gif);
 background-repeat: no-repeat;
 background-position: top left;
}
.box .tr {
 background-image: url(../pic/tr.gif);
 background-repeat: no-repeat;
 background-position: top right;
}
.box .bl {
 background-image: url(../pic/bl.gif);
 background-repeat: no-repeat;
 background-position: bottom left;
}
.box .br {
 background-image: url(../pic/br.gif);
 background-repeat: no-repeat;
 background-position: bottom right;
}

.box .text {
 padding: 16px;
}

.trikolora {
 background-color: white;
}

.trikolora .t {
 background-image: url(../pic/t3col.gif);
 background-repeat: repeat-x;
 background-position: top;
}
.trikolora .r {
 background-image: url(../pic/r3col.gif);
 background-repeat: repeat-y;
 background-position: right;
}
.trikolora .b {
 background-image: url(../pic/b3col.gif);
 background-repeat: repeat-x;
 background-position: bottom;
}
.trikolora .l {
 background-image: url(../pic/l3col.gif);
 background-repeat: repeat-y;
 background-position: left;
}
.trikolora .tl {
 background-image: url(../pic/tl3col.gif);
 background-repeat: no-repeat;
 background-position: top left;
}
.trikolora .tr {
 background-image: url(../pic/tr3col.gif);
 background-repeat: no-repeat;
 background-position: top right;
}
.trikolora .bl {
 background-image: url(../pic/bl3col.gif);
 background-repeat: no-repeat;
 background-position: bottom left;
}
.trikolora .br {
 background-image: url(../pic/br3col.gif);
 background-repeat: no-repeat;
 background-position: bottom right;
}

.trikolora .text {
 padding: 16px;
}

#border {
 background-color: #ffffff;
 padding: 12px;
 height: 100%;
 vertical-align: top;
 border: 2px solid #cccccc;
}

.fill {
 height: 400px;
}

.note {
 color: #aaaaaa;
 font-family: "Arial";
 font-size: 10px;
 text-align: center;
 text-indent: 0;
 text-decoration: none;
 margin: 36px 0 6px 0;
}

