.pink_corners_tl, .pink_corners_t, .pink_corners_tr, .pink_corners_l,
.pink_corners_r, .pink_corners_bl, .pink_corners_b, .pink_corners_br,
.pink_corners {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
}
.pink_corners_t {
    /*
        change this div to layout the whole box (width, height, float,
margin, ...)
        example lines:
        width: 60%;
        margin: 7px 35px 0px 1px
        to change distance to content/text scroll to class ".pink_corners"
and change the padding
    */
    background-color: #fae4e6;
}
.pink_corners_tl {
    background-image: url("img_css/pink_corners_topleft.png");
    background-repeat: no-repeat;
    background-position: left top;
}
.pink_corners_tr {
    background-image: url("img_css/pink_corners_topright.png");
    background-repeat: no-repeat;
    background-position: right top;
}
.pink_corners_bl {
    background-image: url("img_css/pink_corners_bottomleft.png");
    background-repeat: no-repeat;
    background-position: left bottom;
}
.pink_corners_br {
    background-image: url("img_css/pink_corners_bottomright.png");
    background-repeat: no-repeat;
    background-position: right bottom;
}
.pink_corners {
    /* change this if you want to change the distance distance to
text/content */
    padding: 0px 0px 0px 0px;
    margin: 0px;
}
