/* LAYOUT CORNERS */
img#topleftcorner {
    float: left;
    position: relative;
    width: 4px;
    height: 4px;
}

img#toprightcorner {
    float: right;
    position: relative;
    width: 4px;
    height: 4px;
}

img#bottomleftcorner {
    float: left;
    position: relative;
    width: 4px;
    height: 4px;
    margin-top: 21px;
    margin-left: -4px;
}

img#bottomrightcorner {
    float: right;
    position: relative;
    width: 4px;
    height: 4px;
    margin-top: 21px;
}


/* TITLEBAR EDGES */
img#tbedgebottomleft {
    float: left;
    position: absolute;
    width: 4px;
    height: 4px;
    margin-left: -4px;
}

img#tbedgebottomright {
    float: right;
    position: relative;
    width: 4px;
    height: 4px;
    margin-right: -4px;
}