.side-panel h2 {
    padding:5px 0 5px 10px;
    margin:0;
    background:url(../images/sidepantop.png) no-repeat;
    position:relative;
    color:#0b0946;
    font-size:14px;
    font-weight:normal;
    overflow:hidden;
    z-index:2;
}

.side-panel h2 span {
    position:absolute;
    width:10px;
    height:100%;
    _height:27px;
    right:0;
    top:0;
    _top:1px;
    padding:0;
    margin:0;
    z-index:1;
    background:url(../images/sidepantop.png) 100% 0 no-repeat;
}

.side-panel .bodycopy {
    padding:5px 5px 0px 5px;
    _padding:2px 2px 0px 2px;
    background:#e5fceb;
    border:1px solid #bcbcbc;
    border-bottom:0;
}
.side-panel .bodycopy p {
    margin:0;
}

.side-panel .ft {
    position:relative;
    height:30px;
    background:url(../images/sidepanbottom.png) 0 100% no-repeat;
}

.side-panel .ft span {
    position:absolute;
    width:15px;
    height:100%;
    right:0;
    top:0;
    padding:0;
    margin:0;
    background:url(../images/sidepanbottom.png) 100% 100% no-repeat;
}

