
.wp-rounded-img {
display: inline-block;
    background-color: #000;
    position: relative;
    border: none !important; padding: 0em; margin: 0em;
    margin-bottom: 1em;
    font-size: 8px}
.wp-rounded-img-corner {
    width: 1em;
    height: 1em;
    position: absolute;
    z-index: 4;
}
.wp-rounded-img-side {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 4;
}

.wp-rounded-img-tl {
    background-image: url('../images/tl.png');
    top: -1em; left: -1em;
}
.wp-rounded-img-tli {
    background-image: url('../images/tli.png');
    background-position: top left;
    background-repeat: no-repeat;
    top: 0em; left: 0em;
}
.wp-rounded-img-t {
    background-image: url('../images/x.png');
    background-position: top;
    top: -1em;
    background-repeat: repeat-x;
}
.wp-rounded-img-tr {
    background-image: url('../images/tr.png');
    background-position: top right;
    top: -1em; right: -1em;
}
.wp-rounded-img-tri {
    background-image: url('../images/tri.png');
    background-position: top right;
    background-repeat: no-repeat;
    top: 0em; right: 0em;
}
.wp-rounded-img-l {
    background-image: url('../images/y.png');
    background-position: left;
    left: -1em;
    background-repeat: repeat-y;
}
.wp-rounded-img-r {
    background-image: url('../images/y.png');
    background-position: right;
    right: -1em;
    background-repeat: repeat-y;
}
.wp-rounded-img-bl {
    background-image: url('../images/bl.png');
    background-position: bottom left;
    bottom: -1em; left: -1em;
}
.wp-rounded-img-bli {
    background-image: url('../images/bli.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    bottom: 0em; left: 0em;
}
.wp-rounded-img-b {
    background-image: url('../images/x.png');
    background-position: bottom;
    bottom: -1em;
    background-repeat: repeat-x;
}
.wp-rounded-img-br {
    background-image: url('../images/br.png');
    background-position: bottom right;
    bottom: -1em; right: -1em;
}
.wp-rounded-img-bri {
    background-image: url('../images/bri.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    bottom: 0em; right: 0em;
}

/* small */

.wp-rounded-img-small .wp-rounded-img-tl {
    background-image: url('../images/small/tl.png');
}
.wp-rounded-img-small .wp-rounded-img-tli {
    background-image: url('../images/small/tli.png');
}
.wp-rounded-img-small .wp-rounded-img-t {
    background-image: url('../images/small/x.png');
}
.wp-rounded-img-small .wp-rounded-img-tr {
    background-image: url('../images/small/tr.png');
}
.wp-rounded-img-small .wp-rounded-img-tri {
    background-image: url('../images/small/tri.png');
}
.wp-rounded-img-small .wp-rounded-img-l {
    background-image: url('../images/small/y.png');
}
.wp-rounded-img-small .wp-rounded-img-r {
    background-image: url('../images/small/y.png');
}
.wp-rounded-img-small .wp-rounded-img-bl {
    background-image: url('../images/small/bl.png');
}
.wp-rounded-img-small .wp-rounded-img-bli {
    background-image: url('../images/small/bli.png');
}
.wp-rounded-img-small .wp-rounded-img-b {
    background-image: url('../images/small/x.png');
}
.wp-rounded-img-small .wp-rounded-img-br {
    background-image: url('../images/small/br.png');
}
.wp-rounded-img-small .wp-rounded-img-bri {
    background-image: url('../images/small/bri.png');
}

/* wp-admin */
#wprnd_page td {
    padding-right: 2em;
    padding-bottom: 0.25em;
}